comparison src/os/linux/vm/gpu_linux.cpp @ 13890:4cbe077ab49a

removed UseHSAILSimulator option
author Doug Simon <doug.simon@oracle.com>
date Thu, 06 Feb 2014 11:20:33 +0100
parents 51584f76462d
children 66e3af78ea96
comparison
equal deleted inserted replaced
13889:6a030a69c3d8 13890:4cbe077ab49a
40 40
41 jobject gpu::probe_gpus(JNIEnv* env) { 41 jobject gpu::probe_gpus(JNIEnv* env) {
42 bool hsail = false; 42 bool hsail = false;
43 bool ptx = false; 43 bool ptx = false;
44 44
45 if (UseHSAILSimulator && Hsail::register_natives(env)) { 45 if (Hsail::register_natives(env)) {
46 hsail = true; 46 hsail = true;
47 } 47 }
48 48
49 /* 49 /*
50 * Open /proc/bus/pci/devices to look for the first GPU device. For 50 * Open /proc/bus/pci/devices to look for the first GPU device. For