vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

MIC version of DeviceMemory does not report same metrics as other programming models #21

Closed rothpc closed 9 years ago

rothpc commented 11 years ago

Driver script reports benchmark errors because MIC version of DeviceMemory reports different metrics than for CUDA and OpenCL versions.

rothpc commented 11 years ago

Driver script is probably too focused on CUDA/OpenCL device memory models, and should probably be generalized. Alternatively, MIC version of DeviceMemory needs to report the metrics with the standardized names for the global memory level, and not for the local or shared memory levels.

jyoung3131 commented 9 years ago

This issue was fixed with commit 32e9cad. Driver script values were left for compatibility with CUDA/OpenCL, but MIC branch should report N/A for any tests that it doesn't run (i.e. all tests except global memory read/write).