Skip to content

Commit 28128b8

Browse files
committed
GPU OpenCL: Fix support for half precision
1 parent ae59d11 commit 28128b8

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)