We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9c0cd commit 5e4375cCopy full SHA for 5e4375c
examples/pybind11/use_dpctl_sycl_kernel/resource/README.md
@@ -2,7 +2,7 @@
2
3
```bash
4
export TOOLS_DIR=$(dirname $(dirname $(which icx)))/bin-llvm
5
-$TOOLS_DIR/clang -cc1 -triple spir double_it.cl -finclude-default-header -flto -emit -llvm-bc -o double_it.bc
+$TOOLS_DIR/clang -cc1 -triple spir double_it.cl -finclude-default-header -flto -emit-llvm-bc -o double_it.bc
6
$TOOLS_DIR/llvm-spirv double_it.bc -o double_it.spv
7
rm double_it.bc
8
```
0 commit comments