sycl-gtx
sycl-gtx copied to clipboard
take much time on building OpenCL program
Hi Peter,
I found it takes more time when compiling an OpenCL program using clCompileProgram() and clLinkProgram() separately compared to only using clBuildProgram().
Are there some reasons to use the two-step compilation, not the one-step compilation, when building an OpenCL program in SYCL-GTX?
Any response would be appreciated a lot!
Hi,
I believe it was because of implementation simplicity. There could definitely be another path that builds the program directly.