cpc / hipcl

OpenCL/SPIR-V implementation of HIP
Other
104 stars 12 forks source link

Reverted to directly building the SPIR-V Program. #35

Closed Kerilk closed 3 years ago

Kerilk commented 3 years ago

Apparently doing separate Compile + Link is not necessary (anymore?): https://github.com/intel/compute-runtime/issues/435 Could you check that this patch doesn't break anything on your test setup? If not this simplifies workflow and should fix some issues we have with separate compilation. Thanks, Brice