aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@4054007a-4839-4648-a056-eb81e030d849>2012-05-05 13:33:28 +0000
committereschnett <eschnett@4054007a-4839-4648-a056-eb81e030d849>2012-05-05 13:33:28 +0000
commit5d416ddef4f3fef78d7aaad9d8de7f2ce23627f8 (patch)
treecc27966317bf6daca970ab95c2e535afdc75de35
parent0c411411722a7c05c2305e69e6b7be216ae86822 (diff)
Update
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenCL/trunk@7 4054007a-4839-4648-a056-eb81e030d849
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 13cd55e..4a7cb3c 100644
--- a/README
+++ b/README
@@ -24,6 +24,8 @@ gaming and entertainment to scientific and medical software.
+2. Available implementations
+
There seem to be four OpenCL implementations available at this time.
Unfortunately, they each have their drawbacks:
@@ -51,3 +53,11 @@ In addition, Wikipedia <http://en.wikipedia.org/wiki/OpenCL> lists two
IBM implementations for their Power processor and for Intel compatible
CPUs, respectively. The latter may be identical with or similar to
AMD's implementation.
+
+
+
+3. Disassembling OpenCL code
+
+Intel:
+
+env PATH=$PATH:/usr/local/intel_ocl_sdk_1.5_x64/usr/lib64/OpenCL/vendors/intel CLASSPATH=/usr/local/intel_ocl_sdk_1.5_x64/usr/lib64/OpenCL/vendors/intel LD_LIBRARY_PATH=/usr/local/intel_ocl_sdk_1.5_x64/usr/lib64/OpenCL/vendors/intel /usr/local/intel_ocl_sdk_1.5_x64/usr/bin/ioc -input=mk-mclachlan-cl-rhs/ML_BSSN_CL_InitRHS.cl -asm=ML_BSSN_CL_InitRHS.cl.s