Skip to content

Commit c1ea6a9

Browse files
committed
GPU OpenCL: Fix support for half precision
1 parent 2bd1aca commit c1ea6a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

GPU/GPUTracking/Base/opencl/GPUReconstructionOCLIncludesHost.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
#include <vector>
2525
#include <string>
2626
#include <memory>
27+
28+
typedef cl_half half;
29+
2730
#include "GPULogging.h"
2831

2932
#include "GPUReconstructionOCL.h"

0 commit comments

Comments
 (0)