diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-15 19:11:21 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-15 19:11:21 +0200 |
| commit | 30ff1caf073b4341fd0614e0974c67a8588c8931 (patch) | |
| tree | 642a85da357eeac7040aae483da23f0774e19a69 /lib/sycl/tests | |
| parent | c61ba8f8eb86f66915a54551fcc39dfbeab1fad9 (diff) | |
| download | libs-lbm-30ff1caf073b4341fd0614e0974c67a8588c8931.tar.gz | |
Feierabend
Diffstat (limited to 'lib/sycl/tests')
| -rw-r--r-- | lib/sycl/tests/data.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/sycl/tests/data.cpp b/lib/sycl/tests/data.cpp index 6b17622..4321a0d 100644 --- a/lib/sycl/tests/data.cpp +++ b/lib/sycl/tests/data.cpp @@ -38,6 +38,13 @@ SAW_TEST("Sycl Data Compilation"){ // SAW_EXPECT(test_f.at({}).get() == 1, "Value check failed"); } +SAW_TEST("Sycl Data Array of Struct"){ + acpp::sycl::queue q; + + saw::data<sch::Array<sch::Float64>, kel::lbm::encode::Sycl<saw::encode::Native>> a{{{2u}},q}; +} + +/* SAW_TEST("Sycl Data Compilation for Particle Similacrum"){ acpp::sycl::queue q; @@ -45,4 +52,5 @@ SAW_TEST("Sycl Data Compilation for Particle Similacrum"){ sch::TestObjSchema > a; } +*/ } |
