intel / llvm-test-suite

Other
20 stars 131 forks source link

[SYCL] Test info::device::local_mem_type #1681

Closed smaslov-intel closed 1 year ago

steffenlarsen commented 1 year ago

Failure in USM/copy2d.cpp is unrelated. I am investigating the cause.

bashbaug commented 1 year ago

Note, I don't think this test is correct in all cases because there is no guarantee that the default device will have local memory (consider a system with only CPU devices, for example).

steffenlarsen commented 1 year ago

The test is only run on GPU at the moment, but we could explicitly write out that requirement if you think that would be better?