Skip to content

yli147/simple-vulkan-opnencl-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

clang -cc1 -emit-llvm-bc -triple spir64-unknown-unknown -cl-std=CL3.0 hello.cl -finclude-default-header -o hello.bc
llvm-spirv hello.bc -o hello.spv
or
clang -target spirv64 hello.cl -Xclang -finclude-default-header -o hello.spv
gcc main.c -o main -lvulkan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages