search for: 121440

Displaying 6 results from an estimated 6 matches for "121440".

Did you mean: 11440
2007 Jan 16
2
IAX2 softphones can't (won't?) use PRI trunks....
...-- Executing Macro("IAX2/4414-6", "record-enable|4414|OUT") in new stack -- Executing GotoIf("IAX2/4414-6", "0 > 0?2:4") in new stack -- Goto (macro-record-enable,s,4) -- Executing AGI("IAX2/4414-6", "recordingcheck|20070115-121440|1168881280.2233") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/recordingcheck recordingcheck|20070115-121440|1168881280.2233: Outbound recording not enabled -- AGI Script recordingcheck completed, returning 0 -- Executing NoOp("IAX2/4414-6", "No re...
2018 Sep 10
9
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...arding generation of SPIR-V binary and the community suggested that a translator from LLVM IR to SPIR-V can be used as an external tool, called llvm-spirv. This can be invoked similar to such tools as ptxas and fatbinary for the CUDA toolchain: http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html An example of how Clang can be used to target SPIR-V: clang -c test.cl -target spirv[32|64]-unknown-unknown -o test.spv This will result in the following Clang actions: (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl -emit-llvm-bc -o test.bc (2) llvm-spirv test.bc -o test.spv...
2018 Sep 11
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...SPIR-V binary and the community suggested > that a translator from LLVM IR to SPIR-V can be used as an external tool, > called llvm-spirv. This can be invoked similar to such tools as ptxas and > fatbinary for the CUDA toolchain: > http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html > > An example of how Clang can be used to target SPIR-V: > > clang -c test.cl -target spirv[32|64]-unknown-unknown -o test.spv > > This will result in the following Clang actions: > > (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl -emit-llvm-bc > -o tes...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...y and the community > suggested that a translator from LLVM IR to SPIR-V can be used as an > external tool, called llvm-spirv. This can be invoked similar to such tools > as ptxas and fatbinary for the CUDA toolchain: > >> http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html > >> > >> An example of how Clang can be used to target SPIR-V: > >> > >> clang -c test.cl <http://test.cl> -target > spirv[32|64]-unknown-unknown -o test.spv > >> > >> This will result in the following Clang actions: &...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...n of SPIR-V binary and the community suggested that a translator from LLVM IR to SPIR-V can be used as an external tool, called llvm-spirv. This can be invoked similar to such tools as ptxas and fatbinary for the CUDA toolchain: >>> http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html >>> >>> An example of how Clang can be used to target SPIR-V: >>> >>> clang -c test.cl <http://test.cl> -target spirv[32|64]-unknown-unknown -o test.spv >>> >>> This will result in the following Clang actions: >>>...
2018 Sep 13
2
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...he community > suggested that a translator from LLVM IR to SPIR-V can be used as an > external tool, called llvm-spirv. This can be invoked similar to such tools > as ptxas and fatbinary for the CUDA toolchain: > >>>> http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html > >>>> > >>>> An example of how Clang can be used to target SPIR-V: > >>>> > >>>> clang -c test.cl <http://test.cl> -target > spirv[32|64]-unknown-unknown -o test.spv > >>>> > >>>> This...