When I tried building GPU Reshape's development branch on MSVC in Release configuration I got a stream of compilation errors, the cause was a missing curly brace. The curly brace exists in Debug configurations, so the compilation error doesn't trigger there.
When I tried building GPU Reshape's development branch on MSVC in Release configuration I got a stream of compilation errors, the cause was a missing curly brace. The curly brace exists in Debug configurations, so the compilation error doesn't trigger there.