We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a4631 commit 4369974Copy full SHA for 4369974
1 file changed
include/CMakeLists.txt
@@ -95,4 +95,6 @@ if(enable-mgis-function)
95
mgis_header(MGIS/Function CoalescedMemoryAccessFunctionViewBase.ixx)
96
mgis_header(MGIS/Function/Tensors CoalescedMemoryAccessTensorView.hxx)
97
mgis_header(MGIS/Function/Tensors CoalescedMemoryAccessTensorView.ixx)
98
+ mgis_header(MGIS/Function/Tensors CoalescedMemoryAccessCompositeTensorsView.hxx)
99
+ mgis_header(MGIS/Function/Tensors CoalescedMemoryAccessCompositeTensorsView.ixx)
100
endif(enable-mgis-function)
0 commit comments