1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-06 01:00:36 +08:00

feat: add test USM implicit data movement

This commit is contained in:
源文雨
2025-11-03 16:38:07 +08:00
parent 1fb202fa89
commit ed2915e97b
5 changed files with 58 additions and 4 deletions

View File

@@ -146,5 +146,7 @@ int main() {
sycl::free(data, q);
std::cout << "Test Passed!!!" << std::endl;
return 0;
}