bane0101

Results 4 comments of bane0101

Are you using python3 or python2? Try `$pip3 install nsepy` just in case your env is searching only in python3 lib paths.

I'm facing the exact same issue on my machine. `$ sycl_clang++ -fsycl simple_sycl.cpp -o simple.o` `$ ./simple.o` ``` terminate called after throwing an instance of 'sycl::_V1::runtime_error' what(): No device of...

@DarshanRamakant by `fix your "configure.py"` do you mean (a) I should supply proper options in my command line? Or (b) the script should be smart enough to detect device availability...

I see a similar issue posted in Intel LLVM discussions : https://github.com/intel/llvm/discussions/4493