Skip to content

Commit 03ca147

Browse files
committed
GPU OpenCL: Fix support for half precision
1 parent cf25779 commit 03ca147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)