-
Notifications
You must be signed in to change notification settings - Fork 131
XFAIL: cuda tracker #249
Comments
SYCL/HierPar/hier_par_wgscope_O0.cpp |
Here is an updated list of tests with AtomicRef/*_generic* (PR opened: intel/llvm#5849, but blocked by the remangler) Here is also a list of tests with SpecConstants/2020/host_apis.cpp Here is also a list of tests with Assert/assert_in_kernels.cpp |
Enables tests that were marked with UNSUPPORTED: cuda, but are in fact passing. Result of work on #249
Here is a list of the pull requests for addressing issues in the
The Printf/int.cpp was not fixed as it is failing due to an Nvidia bug, which has been reported here - https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#format-specifiers After some investigation we also found that the following tests are not expected to pass with the CUDA backend:
|
@AerialMantis, feel free to push individual PRs. It seems some a stuck for no apparent reason... |
Here is an updated list of the tests marked as XFAIL and UNSUPPORTED for CUDA: [+] XFAIL [+] UNSUPPORTED Here is an updated list of the tests marked as XFAIL and UNSUPPORTED for CUDA, [+] XFAIL N/A (All tests marked as XFAIL, which have been enabled, ran, and failed) [+] UNSUPPORTED Finally, the following list is the tests marked as UNSUPPORTED, which have been SYCL/Assert/assert_in_simultaneous_kernels.cpp |
We've re-evaluated all the current XFAIL and UNSUPPORTED tests for the CUDA backend, tests which were marked as UNSUPPORTED but were actually passing have been re-enabled in #1317 and some tests which were marked as XFAIL which should have been UNSUPPORTED have been updated in #1340. We are investigate all remaining XFAIL and UNSUPPORTED, so we will close this ticket now. |
Enables tests that were marked with UNSUPPORTED: cuda, but are in fact passing. Result of work on intel#249
…CUDA backend (intel/llvm-test-suite#1317) This PR re-enables the test marked as UNSUPPORTED for the CUDA backend. As a result of these tests ran to update this issue: intel/llvm-test-suite#249; Specifically, the part which mentions the tests that passed but are marked as unsupported; I'm proposing this PR to re-enable them.
This issue is for tracking
XFAIL:cuda
tests. This is a continuation of intel/llvm#1542.The following test currently have XFAIL:cuda in them:
SYCL/Basic/reqd_work_group_size.cpp (Enabled in #278)
SYCL/Config/select_device.cpp
SYCL/DeviceLib/built-ins/nan.cpp (Disabled #336)
SYCL/HierPar/hier_par_wgscope_O0.cpp (Disabled in #290)
SYCL/KernelAndProgram/basic-program.cpp
SYCL/KernelAndProgram/build-log.cpp
SYCL/KernelAndProgram/cache-build-result.cpp
SYCL/KernelAndProgram/get-options.cpp
SYCL/KernelAndProgram/kernel-and-program.cpp
SYCL/Regression/atomic_load.cpp (Enabled in #339)
SYCL/Regression/implicit_offset_debug_info.cpp(Enabled with #264)SYCL/Sampler/normalized-clamp-linear-float.cpp
SYCL/Sampler/normalized-clampedge-linear-float.cpp
SYCL/Sampler/normalized-mirror-linear-float.cpp
SYCL/Sampler/normalized-mirror-nearest.cpp
SYCL/Sampler/normalized-none-linear-float.cpp
SYCL/Sampler/normalized-repeat-linear-float.cpp
SYCL/Sampler/normalized-repeat-nearest.cpp
SYCL/Sampler/unnormalized-clamp-linear-float.cpp
SYCL/Sampler/unnormalized-clampedge-linear-float.cpp
SYCL/Sampler/unnormalized-none-linear-float.cpp
SYCL/Scheduler/CommandCleanupThreadSafety.cpp
SYCL/Scheduler/MemObjRemapping.cpp (Enabled in #339)
SYCL/USM/prefetch.cpp
The text was updated successfully, but these errors were encountered: