You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi Peter,
I found it takes more time when compiling an OpenCL program using
clCompileProgram()
andclLinkProgram()
separately compared to only usingclBuildProgram()
.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!
The text was updated successfully, but these errors were encountered: