|
42 | 42 | 'cudnn-GetErrorString', 'cub_device_histgram', 'peer_access', |
43 | 43 | 'cudnn-types', 'cudnn-version', 'cudnn-dropout', 'const_opt', |
44 | 44 | 'constant_attr', 'sync_warp_p2', 'occupancy_calculation', |
45 | | - 'text_experimental_obj_array', 'text_experimental_obj_linear', 'text_experimental_obj_pitch2d', |
46 | 45 | 'text_obj_array', 'text_obj_linear', 'text_obj_pitch2d', 'match', |
47 | 46 | 'thrust-unique_by_key', 'cufft_test', 'cufft-external-workspace', "pointer_attributes", 'math_intel_specific', 'math-drcp', 'thrust-pinned-allocator', 'driverMem', |
48 | 47 | 'cusolver_test1', 'cusolver_test2', 'cusolver_test3', 'cusolver_test4', 'cusolver_test5', 'thrust_op', 'cublas-extension', 'cublas_v1_runable', 'thrust_minmax_element', |
@@ -195,6 +194,8 @@ def build_test(): |
195 | 194 | ret = compile_and_link(srcs, cmp_options, objects, link_opts) |
196 | 195 | elif re.match('^cufft.*', test_config.current_test) and platform.system() == 'Linux': |
197 | 196 | ret = compile_and_link(srcs, cmp_options, objects, link_opts) |
| 197 | + elif test_config.current_test.startswith('text_experimental_obj_') and test_config.device_filter == "cuda:gpu": |
| 198 | + ret = compile_and_link(srcs, cmp_options, objects, link_opts) |
198 | 199 | else: |
199 | 200 | ret = compile_files(srcs, cmp_options) |
200 | 201 | return ret |
|
0 commit comments