8ff212f75b
* HIPCommander code cleanup
* Removed non-used headerfiles
* Removed empty ifdef
[ROCm/hip commit: 84f8441146]
8 строки
208 B
Plaintext
8 строки
208 B
Plaintext
setstream(0);
|
|
NullKernel; streamsync;
|
|
loop(100000); NullKernel; streamsync; endloop(1);
|
|
|
|
loop(100000); H2D; NullKernel; streamsync; endloop(1);
|
|
|
|
loop(100000); H2D; NullKernel; D2H; streamsync; endloop(1);
|