1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-05 00:32:49 +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

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