• Home
  • Raw
  • Download

Lines Matching refs:cl_khr_fp64

11 …-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=+cl_khr_fp64,+cl_khr_fp16
16 …unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=+all,-cl_khr_fp64 -DNOFP64
17 …unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=-all,+cl_khr_fp64 -DNOFP16
20 …iple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-ext=-cl_khr_fp64 -cl-ext=+cl_khr_fp64
21 …1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-ext=-cl_khr_fp64,+cl_khr_fp64
22 …ify -pedantic -fsyntax-only -cl-ext=-all -cl-ext=+cl_khr_fp64 -cl-ext=+cl_khr_fp16 -cl-ext=-cl_khr…
23 …n-unknown -verify -pedantic -fsyntax-only -cl-ext=-all -cl-ext=+cl_khr_fp64,-cl_khr_fp64,+cl_khr_f…
27 // particular OpenCL version must be re-enabled (for example, cl_khr_fp64 is
46 void f1(double da) { // expected-error {{type 'double' requires cl_khr_fp64 extension}}
47 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}}
48 (void) 1.0; // expected-warning {{double precision constant requires cl_khr_fp64}}
62 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
64 // expected-warning@-2{{unsupported OpenCL extension 'cl_khr_fp64' - ignoring}}
75 // expected-error@-2{{use of type 'double' requires cl_khr_fp64 extension to be enabled}}
81 // expected-error@-3 {{use of type 'double' requires cl_khr_fp64 extension to be enabled}}
82 // expected-error@-3 {{use of type 'double4' (vector of 4 'double' values) requires cl_khr_fp64 ext…
88 // expected-warning@-3{{double precision constant requires cl_khr_fp64, casting to single precision…
92 #pragma OPENCL EXTENSION cl_khr_fp64 : disable
94 // expected-warning@-2{{unsupported OpenCL extension 'cl_khr_fp64' - ignoring}}
99 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}}