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
I'm trying to compile the sample code provided here https://github.com/intel/llvm-test-suite/blob/intel/SYCL/Matrix/joint_matrix_tensorcores.cpp with cuda backend with the following compilation command (please correct me if there is any issue with the compilation command) clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 joint_matrix_tensorcore.cpp
I'm getting a lot of errors during the compilation. Please see the error log attached. error_log.txt
Could someone help me out in compiling the code successfully?