mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
3 lines
130 B
Bash
Executable file
3 lines
130 B
Bash
Executable file
#!/bin/bash -e
|
|
/opt/intel/oneapi/compiler/latest/linux/bin-llvm/clang++ joint_matrix_bfloat16.cpp -fsycl
|
|
SYCL_PI_TRACE=1 ./a.out
|