mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
committed by
Kévin Petit
parent
334650bcca
commit
3b7056decd
@@ -1705,9 +1705,7 @@ int IsTininessDetectedBeforeRounding( void )
|
|||||||
int MakeKernel( const char **c, cl_uint count, const char *name, cl_kernel *k, cl_program *p )
|
int MakeKernel( const char **c, cl_uint count, const char *name, cl_kernel *k, cl_program *p )
|
||||||
{
|
{
|
||||||
int error = 0;
|
int error = 0;
|
||||||
char options[200];
|
char options[200] = "";
|
||||||
|
|
||||||
strcpy(options, "-cl-std=CL2.0");
|
|
||||||
|
|
||||||
if( gForceFTZ )
|
if( gForceFTZ )
|
||||||
{
|
{
|
||||||
@@ -1745,9 +1743,7 @@ int MakeKernels( const char **c, cl_uint count, const char *name, cl_uint kernel
|
|||||||
{
|
{
|
||||||
int error = 0;
|
int error = 0;
|
||||||
cl_uint i;
|
cl_uint i;
|
||||||
char options[200];
|
char options[200] = "";
|
||||||
|
|
||||||
strcpy(options, "-cl-std=CL2.0");
|
|
||||||
|
|
||||||
if (gForceFTZ)
|
if (gForceFTZ)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user