-
Notifications
You must be signed in to change notification settings - Fork 20
Error compiling the minimal example. #2
Comments
See rust-lang/rust#38824. That LLVM assertion is a bug in LLVM; it's caused by the i128 support than lives in libcore. There's no nightly that supports NVPTX that doesn't contain that bugs. You have three options:
Option 2 is the easiest but it's time consuming to compile rustc. Option 3 is the fastest but you have to know what you are doing. |
thanks for your quick reply. i tried to compile rustc with
it was a wild guess - just an attempt. running xargo resulted in an error. running gave me the following error:
thanks again for your help, but i guess i'll wait for the LLVM patches to be backported to rustc :-( |
Hi.
I have successfully installed your cuda crate (with cuda 8.0).
My system: ubunto 16.04, Intel® Core™ i7-5500U CPU @ 2.40GHz × 4 , GeForce 940M/PCIe/SSE2
(Lenovo Yoga 500 Notebook)
When trying to compile the minimal examples in the README I run into the following error:
I also tried an older nightly versions - same error
Is Linux a supported platform or do you have any hints on how to get the minimal example to compile?
(next step would be compiling your examples - I am interested in matrix multiplication on the GPU)
Thanks a lot for your work!
kind regards georg
for the record: the command from the xargo repo works
The text was updated successfully, but these errors were encountered: