You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# | In file included from /__w/llvm/llvm/llvm/sycl/test-e2e/HostInteropTask/interop-task-hip.cpp:16:
# | /opt/rocm/include/hip/hip_runtime.h:40:70: error: macro '__AMDGCN_WAVEFRONT_SIZE' has been marked as deprecated: compile-time-constant access to the wavefront size will be removed in a future release [-Werror,-Wdeprecated-pragma]
# | 40 | #if __HIP_DEVICE_COMPILE__ && !__GFX7__ && !__GFX8__ && !__GFX9__ && __AMDGCN_WAVEFRONT_SIZE == 64
# | | ^
# | <built-in>:898:139: note: macro marked 'deprecated' here
The text was updated successfully, but these errors were encountered:
jsji
added
bug
Something isn't working
hip
Issues related to execution on HIP backend.
pdtracker
Pulldown tracker for issues/reverts that needs follow up
labels
Dec 17, 2024
It's not used in the tests or anywhere in SYCL as far as I can tell, the warning here is coming from the HIP headers: /opt/rocm/include/hip/hip_runtime.h, so the only way to fix this might be to bump the HIP version on the CI runner.
Describe the bug
We add -Wno-error=deprecated-pragma to disable the warning below in pulldown PR #16372.
Please investigate and avoid using deprecated macros in test.
https://github.com/intel/llvm/actions/runs/12334950363/job/34425958267
The text was updated successfully, but these errors were encountered: