Skip to content

Merge UnifiedOptimized into CUDA Generic

Bram Veenboer requested to merge cuda-merge-unified into master

The UnifiedOptimized proxy was originally added as an alternative to the GenericOptimized proxy, with W-Tiling on the GPU as much as possible. This proxy has a lot of duplicated code with the Generic proxy, thus they could be merged.

Merge request reports