You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd cpp
mkdir build
cd build
cmake -DHIPSYCL_TARGETS="omp;cuda:sm_75" ..
make install
cd ../../py
python setup.py build_ext --inplace install
python try-after-install.py