mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 07:59:01 +00:00
Added cl_khr_fp16 extension support for test_int2fp from basic (#1742)
* Added cl_khr_fp16 and cl_khr_fp64 support for float2int and int2float tests from basic * removed debug output * Replaced procedure to generate random half values in specific range (issue #142, basic) * Added cosmetic fixes due to code review comments * Moved string helper procedures due to request for test_commonfns PR #1695
This commit is contained in:
@@ -11,7 +11,7 @@ set(${MODULE_NAME}_SOURCES
|
||||
test_multireadimageonefmt.cpp test_multireadimagemultifmt.cpp
|
||||
test_imagedim.cpp
|
||||
test_vloadstore.cpp
|
||||
test_int2float.cpp
|
||||
test_int2fp.cpp
|
||||
test_createkernelsinprogram.cpp
|
||||
test_hostptr.cpp
|
||||
test_explicit_s2v.cpp
|
||||
|
||||
Reference in New Issue
Block a user