diff --git a/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp b/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp index 6ccaa4f427..d249d4396a 100644 --- a/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp +++ b/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp @@ -1,8 +1,5 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// -// Hits an assert in the Lower Work Group Scope Code pass on AMD: -// XFAIL: hip_amd // This test checks all possible scenarios of running single_task, parallel_for // and parallel_for_work_group to verify that this code compiles and runs diff --git a/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp b/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp index d71bcce751..4a52afbcbc 100644 --- a/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp +++ b/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp @@ -1,8 +1,5 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// -// Hits an assert in the Lower Work Group Scope Code pass on AMD: -// XFAIL: hip_amd // This test checks correctness of compiling and running of application with // kernel lambdas containing kernel_handler arguments and w/o usage of