Closed LiyangLingIntel closed 1 week ago
The cause of this error is that we should initialize the results tensor when using atomic_add, otherwise it would read dirty memory from previous benchmarking cases.
atomic_add
The cause of this error is that we should initialize the results tensor when using
atomic_add
, otherwise it would read dirty memory from previous benchmarking cases.