aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGil Pitney <gil.pitney@linaro.org>2014-10-28 18:00:42 -0700
committerGil Pitney <gil.pitney@linaro.org>2014-10-28 18:00:42 -0700
commit61b2c94d9e64758e55730be6a3fc9006c171db85 (patch)
treef564f09ebf93ba293dfa225bd374df6f1f37aa01 /bin
Initial Commit: Based on TI OpenCL v0.8, originally based on clover.shamrock_v0.8
This is a continuation of the clover OpenCL project: http://people.freedesktop.org/~steckdenis/clover based on the contributions from Texas Instruments for Keystone II DSP device: git.ti.com/opencl and adding contributions from Linaro for ARM CPU-only support. See README.txt for more info, and build instructions. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/init_global_shared_membin0 -> 839220 bytes
-rwxr-xr-xbin/oclenv26
2 files changed, 26 insertions, 0 deletions
diff --git a/bin/init_global_shared_mem b/bin/init_global_shared_mem
new file mode 100755
index 0000000..956cdc6
--- /dev/null
+++ b/bin/init_global_shared_mem
Binary files differ
diff --git a/bin/oclenv b/bin/oclenv
new file mode 100755
index 0000000..6ffa039
--- /dev/null
+++ b/bin/oclenv
@@ -0,0 +1,26 @@
+#!/bin/tcsh
+
+echo -n "\nMachine Name: "
+uname -n
+
+echo -n "Linux Release: "
+uname -r
+
+echo -n "Processor Type: "
+uname -p
+
+echo -n "TI_OCL_INSTALL: "
+printenv TI_OCL_INSTALL
+
+echo -n "\nLD_LIBRARY_PATH: "
+printenv LD_LIBRARY_PATH
+
+echo "\nPATH = "
+printenv PATH
+
+echo "\nCmem module: "
+lsmod | grep cmem
+
+echo "\nPCI Devices: "
+lspci -v -d:b005
+