[all-commits] [llvm/llvm-project] 5e7e09: [offload] Enable Intel GPU tests and mark CUDA tes...
Alex Duran via All-commits
all-commits at lists.llvm.org
Wed Apr 29 06:14:43 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e7e097888e45fddde397adb8d61dde7cabdcdfa
https://github.com/llvm/llvm-project/commit/5e7e097888e45fddde397adb8d61dde7cabdcdfa
Author: Alex Duran <alejandro.duran at intel.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M offload/test/lit.cfg
M offload/test/mapping/data_member_ref.cpp
M offload/test/offloading/CUDA/basic_launch.cu
M offload/test/offloading/CUDA/basic_launch_blocks_and_threads.cu
M offload/test/offloading/CUDA/basic_launch_multi_arg.cu
M offload/test/offloading/CUDA/launch_tu.cu
M offload/test/offloading/bug50022.cpp
M offload/test/offloading/info.c
M offload/test/offloading/strided_update/strided_update_count_expression.c
M offload/test/offloading/strided_update/strided_update_partial_to.c
M offload/test/offloading/strided_update/strided_update_ptr_count_expression.c
M offload/test/offloading/strided_update/strided_update_to.c
M offload/test/offloading/strided_update/strided_update_to_pointer.c
M offload/test/offloading/target_critical_region.cpp
M offload/test/offloading/target_depend_nowait.cpp
M offload/test/offloading/target_nowait_target.cpp
M offload/test/unified_shared_memory/close_member.c
Log Message:
-----------
[offload] Enable Intel GPU tests and mark CUDA tests unsupported (#194790)
- Remove UNSUPPORTED: intelgpu from 12 passing tests:
* mapping/data_member_ref.cpp
* offloading/bug50022.cpp, info.c
* offloading/target_critical_region.cpp, target_depend_nowait.cpp,
target_nowait_target.cpp
* offloading/strided_update/* (6 tests)
* unified_shared_memory/close_member.c
- Change CUDA tests from XFAIL to UNSUPPORTED for Intel GPU:
* offloading/CUDA/basic_launch.cu
* offloading/CUDA/basic_launch_blocks_and_threads.cu
* offloading/CUDA/basic_launch_multi_arg.cu
* offloading/CUDA/launch_tu.cu
- Add Intel GPU configuration section to lit.cfg to disable USM tests by
default
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list