tomatih
tomatih
Hello @zjin-lcf I am investigating the performance impact of using the texture cache on Nvidia GPU's in SYCL and CUDA. I have noticed that some benchmarks (clink, convolution1D, convolutionsSeparable, page-rank,...
**Is your feature request related to a problem? Please describe** Syclomatic translates memory marked with `__constant__` in CUDA as just a standard marked read only SYCL buffer/accessor. This means that...
Fixed a small typo where, in the RAII API versioning sample, the instance was being created without the version parameter.
Correct the casting of arguments for `SDL_FRect` and `SDL_Rect` initializations.
Added the option to switch from the default monitor picked up by GLFW. This is useful in multi-monitor setups, especially when GLFW defaults to an undesirable monitor.