You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to this project and am trying to run some benchmarks provided by DML.
I've successfully configured DSA and run the hardware path.
But somehow, the software path fails while I try to run the performance test with the provided benchmark framework.
I first checked if my server could run the software and hardware paths.
Both match the requirements and the tests are successfully finished. I've included some samples below.
$ sudo ./build/examples/high-level-api/hl_mem_move_example software_path
Executing using dml::software path
Starting dml::mem_move example...
Copy 1KB of data from source into destination...
Finished successfully.
$ sudo ./build/examples/high-level-api/hl_mem_move_example hardware_path
Executing using dml::hardware path
Starting dml::mem_move example...
Copy 1KB of data from source into destination...
Finished successfully.
I've found that Benchmarking section of the documentation says that, path:cpu is used for benchmark running on the CPU.
However I cannot get any CPU-related results.
Here is the sample below.
In the Introduction section, it claims that software path will be used in case if hardware accelerator is not available.
So, I've disabled DSA with the 'accel-config' library and re-run the work. But software path still doesn't work.
I'm sorry for the multiple questions. But the point is that I'm trying to run the software path on cpu, to compare performance with the hardware path(DSA).
If there is any further information needed. Please ask me.
Thank you :)
The text was updated successfully, but these errors were encountered:
Hi :)
I'm new to this project and am trying to run some benchmarks provided by DML.
I've successfully configured DSA and run the hardware path.
But somehow, the software path fails while I try to run the performance test with the provided benchmark framework.
Both match the requirements and the tests are successfully finished. I've included some samples below.
However I cannot get any CPU-related results.
Here is the sample below.
In the Introduction section, it claims that software path will be used in case if hardware accelerator is not available.
So, I've disabled DSA with the 'accel-config' library and re-run the work. But software path still doesn't work.
I'm sorry for the multiple questions. But the point is that I'm trying to run the software path on cpu, to compare performance with the hardware path(DSA).
If there is any further information needed. Please ask me.
Thank you :)
The text was updated successfully, but these errors were encountered: