mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-05-18 03:48:55 +00:00
Fix typos 2 (#842)
Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c4f6b8c6bc
commit
7e370c9637
@@ -94,7 +94,7 @@ void GpuTimer::stop_and_wait(cudaStream_t stream) {
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns the duration in miliseconds
|
||||
/// Returns the duration in milliseconds
|
||||
double GpuTimer::duration(int iterations) const {
|
||||
|
||||
float avg_ms;
|
||||
|
||||
Reference in New Issue
Block a user