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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,13 @@
31
31
name will be included in the name of the testData subdirectory for the current run.
32
32
33
33
34
+
## Development plans
35
+
* GPU multi-threaded implementation. Currently total_gpu_threads = total_gpu_count, a future development opportunity is to implement a max number of threads per GPU
36
+
* Consider using opencl instead of lshw to get valid GPU compute platforms, but maybe won't work for cuda apps
37
+
* Read benchMT command line options from mode lines in BenchCFG file
38
+
* Remove -device arg if specified, since -device is automatically added based on slot assignment
39
+
* Need to make a lock_file in the working directory to prevent a second occurrence of benchMT from using the same directory
40
+
* Should consider executing job with time command. This should give total and CPU time metrics
41
+
* Need to figure out how to run a job without a shell
42
+
* Deal with an immediate fail to spawn a process when executing a job
0 commit comments