P4 to Git Change 1092347 by bsumner@bsumner-lin-opencl on 2014/10/30 15:32:01

ECR #304775 - add flag to force CL_FP_DENORM on gpu

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#475 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#216 edit
This commit is contained in:
foreman
2014-10-30 15:37:59 -04:00
parent 140913a53c
commit f229d44faf
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -170,6 +170,8 @@ release(bool, GPU_IFH_MODE, false, \
"1 = Enable GPU IFH (infinitely fast hardware) mode. Any other value keeps setting disabled.") \
release(bool, HSAIL_IMAGE_HANDLE_ENABLE, false, \
"Pass image/sampler SRD as pointer instead of blob") \
debug(bool, GPU_FORCE_SINGLE_FP_DENORM, false, \
"Forces reporting CL_FP_DENORM bit for single precision") \
namespace amd {