https://github.com/halide/Halide
Revision b34919f78d3adb6b74327765d7df142c3b2f5a81 authored by Omar Emara on 26 October 2021, 17:09:48 UTC, committed by GitHub on 26 October 2021, 17:09:48 UTC
The variable type of the Ramp in OpenGLCompute is assigned the type of
the base member of the ramp, which is a scalar, while the ramp is a
vector. Instead, we should use the type of the ramp instead to take
vectorization into account.

Partially resolves #1687.
1 parent ab57ab1
History
Tip revision: b34919f78d3adb6b74327765d7df142c3b2f5a81 authored by Omar Emara on 26 October 2021, 17:09:48 UTC
Fix wrong type in Ramp CodeGen for OpenGLCompute (#6349)
Tip revision: b34919f
File Mode Size
AddCudaToTarget.cmake -rw-r--r-- 1.6 KB
BundleStatic.cmake -rw-r--r-- 7.7 KB
CheckFilesExist.cmake -rw-r--r-- 455 bytes
HalideGeneratorHelpers.cmake -rw-r--r-- 16.0 KB
HalideTargetHelpers.cmake -rw-r--r-- 2.0 KB
HalideTestHelpers.cmake -rw-r--r-- 3.3 KB
MakeShellPath.cmake -rw-r--r-- 350 bytes
TargetExportScript.cmake -rw-r--r-- 2.2 KB
WipeStandardFlags.cmake -rw-r--r-- 702 bytes
toolchain.linux-aarch64.cmake -rw-r--r-- 689 bytes
toolchain.linux-arm32.cmake -rw-r--r-- 1.3 KB
toolchain.linux-i386.cmake -rw-r--r-- 612 bytes

back to top