Skip to content
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

[Target] Add Apple M1 GPU tag with 256-thread restriction #14539

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

MasterJH5574
Copy link
Contributor

During our development and exploration on WebGPU, we noticed that the WebGPU backend on Apple Silicon machines have the restriction on the number of threads in a thread block, requiring the number of threads no more than 256, which is smaller than the native requirement of Metal.

Therefore, we introduce the restricted backend for convenience.

During our development and exploration on WebGPU, we noticed that the
WebGPU backend on Apple Silicon machines have the restriction on the
number of threads in a thread block, requiring the number of threads
no more than 256, which is smaller than the native requirement of
Metal.

Therefore, we introduce the restricted backend for convenience.
@tvm-bot
Copy link
Collaborator

tvm-bot commented Apr 8, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to tag found in teams: target See #10317 for details

Generated by tvm-bot

@tqchen tqchen merged commit 0a0cbd6 into apache:main Apr 9, 2023
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