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 e4cb5f6 commit 4b2deebCopy full SHA for 4b2deeb
sycl/test/basic_tests/image.cpp
@@ -83,7 +83,7 @@ int main() {
83
TestQueue Q{sycl::default_selector()};
84
Q.submit([&](sycl::handler &CGH) {
85
auto ImgAcc = Img.get_access<sycl::float4, SYCLRead>(CGH);
86
- CGH.single_task<class ConstTestPitch>([=]() { ImgAcc.get_range(); });
+ CGH.single_task<class ConstTestPitch>([=] { ImgAcc.get_range(); });
87
});
88
}
89
0 commit comments