-
Notifications
You must be signed in to change notification settings - Fork 803
Closed
Labels
Description
Hi,
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?
Thanks in advance!
~Vidya