We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6e1b commit 1758eafCopy full SHA for 1758eaf
sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp
@@ -57,7 +57,7 @@ int main() {
57
58
auto res = sycl::malloc_host<int>(3, ctx);
59
auto KernelLambda = [=]() {
60
- res[0] = sycl::ext::intel::math::float2int_rd(4.0) + (int)sqrtf(4.0f) +
+ res[0] = sycl::ext::intel::math::float2int_rd(4.0f) + (int)sqrtf(4.0f) +
61
std::exp(std::complex<float>(0.f, 0.f)).real();
62
};
63
// Test case 1
0 commit comments