Files
rocm-systems/samples/1_Utils/hipCommander/perf/latency_nosync.hcm
T

6 lines
206 B
Plaintext
Raw Normal View History

2019-07-18 08:48:15 +05:30
setstream(1);
2016-11-26 08:55:51 -06:00
NullKernel; streamsync;
2019-07-18 08:48:15 +05:30
loop(100000); NullKernel; streamsync; endloop(1);
loop(100000); H2D; NullKernel; streamsync; endloop(1);
loop(100000); H2D; NullKernel; D2H; streamsync; endloop(1);