File: README.txt

package info (click to toggle)
spirv-llvm-translator-14 14.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,700 kB
  • sloc: cpp: 47,811; lisp: 3,704; sh: 153; python: 43; makefile: 41
file content (9 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
This directory contains SPIR-V builtin functions used by
the LLVM module converted from SPIR-V by the SPIR-V/LLVM
converter. The SPIR-V consumers need to add these builtin
functions to their runtime library.

For OpenCL, most of the SPIR-V instructions are translated
to either LLVM instructions or OpenCL builtin function calls
by the converter. Therefore only a few SPIR-V instructions
need to be implemented in the runtime.