-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Tracking Issue] Improve CPU backend support without CUDA #187
Comments
Hi, when will the CPU version be available? Looking forward to it. |
Hi @SpringWave1, you can try it even now. a = hidet.randn([3, 4])
b = hidet.randn([4, 3])
c = a @ b Hidet will generate the matrix multiplication kernel and run it with CPU. |
Removed the YOLOv7 configuration that I accidentally added to the wrong branch.
Removed the YOLOv7 configuration that I accidentally added to the wrong branch.
CPU is not main target right now |
Removed the YOLOv7 configuration that I accidentally added to the wrong branch.
This is a tracking issue for adding CPU compilation without CUDA:
Refactor codegen to separate GPU/CPU code generation #176
libc
for memory management instead of CUDA HostRefactor compilation workflow to support CPU without CUDA #189
The text was updated successfully, but these errors were encountered: