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

@@ -22,5 +22,8 @@ int main() {
}
std::cout << "Device is CPU: OK" << std::endl;
std::cout << "Test Passed!!!" << std::endl;
return 0;
}