Closed rothpc closed 10 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.
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).
Driver script reports benchmark errors because MIC version of DeviceMemory reports different metrics than for CUDA and OpenCL versions.