|
4 | 4 | <description>Feature test</description>
|
5 | 5 |
|
6 | 6 | <tests>
|
7 |
| - <test testName="thrust-for-h2o4gpu" configFile="config/TEMPLATE_thrust_api.xml" /> |
8 |
| - <test testName="thrust-vector" configFile="config/TEMPLATE_thrust_api.xml" /> |
9 |
| - <test testName="thrust-for-RapidCFD" configFile="config/TEMPLATE_thrust_api.xml" /> |
| 7 | + <!-- <test testName="thrust-for-h2o4gpu" configFile="config/TEMPLATE_thrust_api.xml" /> --> |
| 8 | + <!-- <test testName="thrust-vector" configFile="config/TEMPLATE_thrust_api.xml" /> --> |
| 9 | + <!-- <test testName="thrust-for-RapidCFD" configFile="config/TEMPLATE_thrust_api.xml" /> --> |
10 | 10 | <test testName="thrust-vector-2" configFile="config/TEMPLATE_thrust_exec.xml" />
|
11 | 11 | <test testName="thrust-binary-search" configFile="config/TEMPLATE_thrust_exec.xml" />
|
12 | 12 | <test testName="thrust-count" configFile="config/TEMPLATE_thrust_exec.xml" />
|
|
73 | 73 | <test testName="cusparse-helper" configFile="feature_case/cuparse/config/cusparse-helper.xml" />
|
74 | 74 | <test testName="backprop" configFile="config/TEMPLATE_backprop.xml" />
|
75 | 75 | <!-- <test testName="autoGenMakefile" configFile="config/TEMPLATE_autoGenMakefile.xml" /> -->
|
76 |
| - <test testName="cufft-deduce" configFile="config/TEMPLATE_cuFFT.xml" /> |
| 76 | + <!-- <test testName="cufft-deduce" configFile="config/TEMPLATE_cuFFT.xml" /> |
77 | 77 | <test testName="cufft-different-locations-usm" configFile="config/TEMPLATE_cuFFT.xml" />
|
78 |
| - <test testName="cufft-different-locations" configFile="config/TEMPLATE_cuFFT.xml" /> |
| 78 | + <test testName="cufft-different-locations" configFile="config/TEMPLATE_cuFFT.xml" /> --> |
79 | 79 | <test testName="cufft-reuse-handle" configFile="config/TEMPLATE_cuFFT.xml" />
|
80 | 80 | <test testName="cufft-type" configFile="config/TEMPLATE_cuFFT.xml" />
|
81 |
| - <test testName="cufft-usm" configFile="config/TEMPLATE_cuFFT.xml" /> |
| 81 | + <!-- <test testName="cufft-usm" configFile="config/TEMPLATE_cuFFT.xml" /> |
82 | 82 | <test testName="cufft" configFile="config/TEMPLATE_cuFFT.xml" />
|
83 | 83 | <test testName="cufft-func-ptr" configFile="config/TEMPLATE_cuFFT.xml" />
|
84 |
| - <test testName="cufft-others" configFile="config/TEMPLATE_cuFFT.xml" /> |
| 84 | + <test testName="cufft-others" configFile="config/TEMPLATE_cuFFT.xml" /> --> |
85 | 85 | <!-- <test testName="module-kernel" configFile="config/TEMPLATE_module.xml" /> -->
|
86 | 86 | <test testName="macro" configFile="config/TEMPLATE_macro.xml" />
|
87 | 87 | <test testName="driverMem" configFile="config/TEMPLATE_driverMem.xml" />
|
|
92 | 92 | <test testName="sync_warp_p1" configFile="config/TEMPLATE_sync_warp_p1.xml" />
|
93 | 93 | <test testName="cub_warp" configFile="config/TEMPLATE_cub.xml" />
|
94 | 94 | <test testName="cub_block" configFile="config/TEMPLATE_cub.xml" />
|
95 |
| - <test testName="cub_block_p2" configFile="config/TEMPLATE_cub.xml" /> |
96 |
| - <test testName="cub_device" configFile="config/TEMPLATE_cub_device.xml" /> |
| 95 | + <!-- <test testName="cub_block_p2" configFile="config/TEMPLATE_cub.xml" /> --> |
| 96 | + <!-- <test testName="cub_device" configFile="config/TEMPLATE_cub_device.xml" /> |
97 | 97 | <test testName="cub_device_reduce_sum" configFile="config/TEMPLATE_cub_device.xml"/>
|
98 | 98 | <test testName="cub_device_reduce" configFile="config/TEMPLATE_cub_device.xml"/>
|
99 |
| - <test testName="cub_device_reduce_by_key" configFile="config/TEMPLATE_cub_device.xml"/> |
100 |
| - <test testName="cub_device_scan_inclusive_sum" configFile="config/TEMPLATE_cub_device.xml" /> |
| 99 | + <test testName="cub_device_reduce_by_key" configFile="config/TEMPLATE_cub_device.xml"/> --> |
| 100 | + <!-- <test testName="cub_device_scan_inclusive_sum" configFile="config/TEMPLATE_cub_device.xml" /> |
101 | 101 | <test testName="cub_device_scan_exclusive_sum" configFile="config/TEMPLATE_cub_device.xml" />
|
102 | 102 | <test testName="cub_device_scan_inclusive_scan" configFile="config/TEMPLATE_cub_device.xml" />
|
103 |
| - <test testName="cub_device_scan_exclusive_scan" configFile="config/TEMPLATE_cub_device.xml" /> |
104 |
| - <test testName="cub_device_select_unique" configFile="config/TEMPLATE_cub_device.xml" /> |
105 |
| - <test testName="cub_device_select_flagged" configFile="config/TEMPLATE_cub_device.xml" /> |
| 103 | + <test testName="cub_device_scan_exclusive_scan" configFile="config/TEMPLATE_cub_device.xml" /> --> |
| 104 | + <!-- <test testName="cub_device_select_unique" configFile="config/TEMPLATE_cub_device.xml" /> |
| 105 | + <test testName="cub_device_select_flagged" configFile="config/TEMPLATE_cub_device.xml" /> --> |
106 | 106 | <test testName="cub_device_run_length_encode_encode" configFile="config/TEMPLATE_cub_device.xml" />
|
107 |
| - <test testName="cub_counting_iterator" configFile="config/TEMPLATE_cub_device.xml" /> |
108 |
| - <test testName="cub_transform_iterator" configFile="config/TEMPLATE_cub_transform_iterator.xml" /> |
| 107 | + <!-- <test testName="cub_counting_iterator" configFile="config/TEMPLATE_cub_device.xml" /> |
| 108 | + <test testName="cub_transform_iterator" configFile="config/TEMPLATE_cub_transform_iterator.xml" /> --> |
109 | 109 | <!-- <test testName="cudnn-activation" configFile="config/TEMPLATE_cuDNN.xml" /> -->
|
110 | 110 | <!-- <test testName="cudnn-fill" configFile="config/TEMPLATE_cuDNN.xml" /> -->
|
111 | 111 | <!-- <test testName="cudnn-lrn" configFile="config/TEMPLATE_cuDNN.xml" /> -->
|
|
353 | 353 | <test testName="cublas-extension" configFile="config/TEMPLATE_cuBlas_11.xml" splitGroup="double"/>
|
354 | 354 | <test testName="complex" configFile="config/TEMPLATE_complex.xml" splitGroup="double"/>
|
355 | 355 | <test testName="cooperative_groups" configFile="config/TEMPLATE_cooperative_groups.xml" />
|
356 |
| - <test testName="ccl" configFile="config/TEMPLATE_ccl.xml" /> |
357 |
| - <test testName="cufft_test" configFile="config/TEMPLATE_fft_runable.xml" splitGroup="double"/> |
| 356 | + <!-- <test testName="ccl" configFile="config/TEMPLATE_ccl.xml" /> --> |
| 357 | + <!-- <test testName="cufft_test" configFile="config/TEMPLATE_fft_runable.xml" splitGroup="double"/> --> |
358 | 358 | <test testName="libcu_atomic" configFile="config/TEMPLATE_libcu.xml" />
|
359 | 359 | <test testName="pointer_attributes" configFile="config/TEMPLATE_pointer_attributes.xml" />
|
360 | 360 | </tests>
|
|
0 commit comments