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:
Marcin Hajder
2023-06-20 17:44:45 +02:00
committed by GitHub
parent 0e229b8f01
commit df3ec8deec
5 changed files with 332 additions and 146 deletions

View File

@@ -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