Skip to content

Make use of the SYCL queue passed to CUTLASS #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

sommerlukas
Copy link
Collaborator

Use the SYCL queue passed to the function generated for SYCL CUTLASS.

It is used for two purposes:

  • Get the compute unit count of the device actually used
  • Pass to GemmUniversialAdapter run and initialize for sync.

This addresses some of the items left open after #2.

Use the SYCL queue passed to the function generated
for SYCL CUTLASS.

It is used for two purposes:
- Get the compute unit count of the device actually used
- Pass to GemmUniversialAdapter run and initialize for sync.

Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
@sommerlukas sommerlukas self-assigned this Apr 30, 2025
@sommerlukas sommerlukas requested a review from aacostadiaz April 30, 2025 15:07
@sommerlukas sommerlukas merged commit 02d05b4 into codeplaysoftware:sycl-develop May 5, 2025
48 checks passed
@sommerlukas sommerlukas deleted the use-queue-device branch May 5, 2025 11:52
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.

3 participants