summaryrefslogtreecommitdiff
path: root/src/database/kernels/invert/invert_64.hpp
diff options
context:
space:
mode:
authorAlastair Murray <alastair.murray@codeplay.com>2018-07-06 12:58:20 +0100
committerAlastair Murray <alastair.murray@codeplay.com>2018-07-06 12:58:20 +0100
commit25661b2d6f85fbc3bf8cd47ad1b9b5e857cfefba (patch)
tree921eddaac084701e9f6f062df31631773327eced /src/database/kernels/invert/invert_64.hpp
parent43e3f27254c4f7e4a0b332f5b88965c53c20bdd1 (diff)
Eliminate a temporary Program object
This was causing a crash for me because the temporary Program destructor called clReleaseProgram on the cl_program with Program, and then clBuildProgram was called on the same cl_program (belonging to the Program owned by the shared_ptr, but it's the same cl_program).
Diffstat (limited to 'src/database/kernels/invert/invert_64.hpp')
0 files changed, 0 insertions, 0 deletions