diff --git a/features/test_feature.py b/features/test_feature.py index c929e47d8..25933482d 100644 --- a/features/test_feature.py +++ b/features/test_feature.py @@ -38,7 +38,7 @@ 'math-bf16-conv', 'math-half-conv', 'math-bfloat16', 'libcu_atomic', 'test_shared_memory', 'cudnn-reduction', 'cudnn-binary', 'cudnn-bnp1', 'cudnn-bnp2', 'cudnn-bnp3', 'cudnn-normp1', 'cudnn-normp2', 'cudnn-normp3', 'cudnn-convp1', 'cudnn-convp2', 'cudnn-convp3', 'cudnn-convp4', 'cudnn-convp5', 'cudnn-convp6', - 'cudnn_mutilple_files', "cusparse_1", "cusparse_2", "cusparse_3", "cusparse_4", "cusparse_5", "cusparse_6", + 'cudnn_mutilple_files', "cusparse_1", "cusparse_2", "cusparse_3", "cusparse_4", "cusparse_5", "cusparse_6", "cusparse_7", 'cudnn-GetErrorString', 'cub_device_histgram', 'cudnn-types', 'cudnn-version', 'cudnn-dropout', 'constant_attr', 'sync_warp_p2', 'occupancy_calculation', diff --git a/help_function/test_help.py b/help_function/test_help.py index 933d4de4f..d1f913fc0 100644 --- a/help_function/test_help.py +++ b/help_function/test_help.py @@ -49,7 +49,7 @@ def build_test(): fft_cases = ["fft_utils_engine_buffer", "fft_utils_engine_usm", "fft_workspace_interface", "fft_set_workspace"] lapack_cases = ["lapack_utils_buffer", "lapack_utils_usm"] rng_cases = ["rng_generator", "rng_generator_vec_size_1", "rng_host"] - sparse_cases = ["sparse_utils_2_buffer", "sparse_utils_2_usm"] + sparse_cases = ["sparse_utils_2_buffer", "sparse_utils_2_usm", "sparse_utils_3_buffer", "sparse_utils_3_usm", "sparse_utils_4_buffer", "sparse_utils_4_usm"] srcs = [] cmp_opts = []