Skip to content

Commit

Permalink
[HOPS-150] remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
berthoug committed Jan 3, 2018
1 parent d46e50e commit 1bb8bfe
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public class NvidiaManagementLibrary implements GPUManagementLibrary {
public native boolean shutDown();

@Override
public int getNumGPUs(){
return 1;
}
public native int getNumGPUs();

@Override
public native String queryMandatoryDevices();
Expand Down

0 comments on commit 1bb8bfe

Please sign in to comment.