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
Create and maintain an online GPU performance database by allowing users to submit timing info to a list of standardized benchmarks.
This requires:
[x] make MCXLAB aware of hardware configurations (similar to mcx -L)
[x] develop a CGI program on the MCX's web server to accept user contributed benchmark submissions
[x] write a matlab script to benchmark the GPU using MCX kernels and a standardized problem
[x] use urlread() to post the timing info and the hardware info to MCX's website
[x ] compile the results, rank by speed, and dynamically update
The text was updated successfully, but these errors were encountered:
Create and maintain an online GPU performance database by allowing users to submit timing info to a list of standardized benchmarks.
This requires:
[x]
make MCXLAB aware of hardware configurations (similar to mcx -L)[x] develop a CGI program on the MCX's web server to accept user contributed benchmark submissions
[x] write a matlab script to benchmark the GPU using MCX kernels and a standardized problem
[x] use urlread() to post the timing info and the hardware info to MCX's website
[x ] compile the results, rank by speed, and dynamically update
The text was updated successfully, but these errors were encountered: