vetter / shoc

The SHOC Benchmark Suite
Other
247 stars 102 forks source link

DeviceMemory benchmark #31

Open jeroenk opened 10 years ago

jeroenk commented 10 years ago

This is maybe not really an issue, but it seems that all three of the write benchmarks from the DeviceMemory benchmark have write/write data races (different threads will write to the same array position in each of these benchmarks). It this intentional?