Changes between Version 53 and Version 54 of OpenCL_Memo
- Timestamp:
- Feb 5, 2012 6:27:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCL_Memo
v53 v54 1 1 = OpenCL Notes = 2 == Configuring multi GPU setup == 3 {{{ 4 sudo aticonfig --adapter=all --initial 5 }}} 6 Additionally, you may need to activate "CrossFire"?? (not comfirmed) 7 8 2 9 == clang to parse and compile OpenCL kernels == 3 10