Skip to content

Commit

Permalink
update Development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Dec 13, 2023
1 parent d31f904 commit 9fa290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Found HIP installation: /home/michal/0/build/b_chip_sycl, version 5.1.0
# runs the chipStar LLVM passes
/usr/local/bin/opt hipmath-hip-spirv64-generic-link.bc -load-pass-plugin /chip_build_dir/lib/libLLVMHipSpvPasses.so -passes=hip-post-link-passes -o hipmath-hip-spirv64-generic-lower.bc
# convert device LLVM IR bitcode to SPIR-V
/usr/local/bin/llvm-spirv --spirv-max-version=1.1 --spirv-ext=+all hipmath-hip-spirv64-generic-lower.bc -o hipmath-hip-spirv64-generic.out
/usr/local/bin/llvm-spirv --spirv-max-version=1.2 --spirv-ext=+all hipmath-hip-spirv64-generic-lower.bc -o hipmath-hip-spirv64-generic.out
# converts the SPIR-V to a clang "offload bundle" format
/usr/local/bin/clang-offload-bundler -type=o -bundle-align=4096 -targets=host-x86_64-unknown-linux,hip-spirv64----generic -inputs=... -outputs=...

Expand Down

0 comments on commit 9fa290a

Please sign in to comment.