Skip to content

Conversation

@Jiexin-Zheng
Copy link

@Jiexin-Zheng Jiexin-Zheng commented Oct 17, 2025

The sycl exception will appear when running xe_gemm example with CUTLASS_SYCL_PROFILING_ENABLED=ON on BMG, now we make this example use default queue to resolve the issue, which sets property enable_profiling by default.

./examples/cute/tutorial/cute_tutorial_xe_gemm --m 1024 --n 1024 --k 1024
tf32 (R) x tf32 (R) -> float: 
terminate called after throwing an instance of 'sycl::_V1::exception'
  what():  Profiling information is unavailable as the queue associated with the event does not have the 'enable_profiling' property.
Aborted (core dumped)

@rolandschulz rolandschulz merged commit 1db79a9 into intel:main Oct 17, 2025
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants