-
Notifications
You must be signed in to change notification settings - Fork 5
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
nanbield chipstar experiment #3
base: nanbield
Are you sure you want to change the base?
Conversation
Thanks for reporting. I currently don't have time to experiment with nanbield, but I will keep it in mind. If I have time at any point I will definitely look into it. |
Don't worry. Since chipStar seems to support LLVM 15 and up, mickledore and up can work. Hopefully PyTorch and other stuff supporting CUDA can be convinced to use chipStar. |
chipStar is not a complete CUDA replacement yet. PyTorch disqualifies it in its CMake framework:
Postponing for now. |
This should allow using icpx in native builds by chipStar. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Similar reasoning as for intel-oneapi-dpcpp-cpp. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
This is for setvars.sh in Intel DPCPP compiler. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Similar reasoning as for intel-oneapi-dpcpp-cpp and intel-oneapi-dpcpp-cpp-runtime. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Also add a patch to allow building tbb-native on hosts with GCC 14. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
This fixes a build error for ocl-icd-native on hosts with GCC 14. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Use a different branch where cucc can be symlinked as nvcc. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
1f95de7
to
b52eeb3
Compare
@reibax-marcus FYI
It doesn't work yet.