05_developer_tutorials:01_setup:setup-gpuflux-for-eclipse
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 05_developer_tutorials:01_setup:setup-gpuflux-for-eclipse [2025/01/29 08:32] – removed - external edit (Unknown date) 127.0.0.1 | 05_developer_tutorials:01_setup:setup-gpuflux-for-eclipse [2025/01/29 08:32] (current) – ↷ Page moved from 05_developer_tutorials:setup-gpuflux-for-eclipse to 05_developer_tutorials:01_setup:setup-gpuflux-for-eclipse tim2 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Setup GPUFlux for Eclipse ===== | ||
| + | ** Note that GroIMP IMP plugin should automatically handle the load and use of JOCL by default. So this tutorial is only to use if You want to load JOCL without IMP. ** | ||
| + | |||
| + | After having checked out the GPUFlux project into Eclipse, you need to setup OpenCL for GPUFlux to build and run. | ||
| + | |||
| + | To enable GPUFlux, you need to perform the following steps: | ||
| + | |||
| + | * Download and Install OpenCL | ||
| + | * Download JOCL | ||
| + | * Setup JOCL in Eclipse | ||
| + | |||
| + | ==== Download and Install OpenCL ==== | ||
| + | |||
| + | Download and install one or several of the available OpenCL implementations. Each implementation supports a specific set of hardware types. Install the appropriate implementations so that each of you devices is supported by at least one installed implementation. The following are some of the major implementations of OpenCL currently available: | ||
| + | |||
| + | * AMD APP SDK, version 2.5: [[http:// | ||
| + | * NVIDIA drivers: [[http:// | ||
| + | * OpenCL in Apple Snow Leopard: [[http:// | ||
| + | * Intel OpenCL SDK: [[http:// | ||
| + | * Mostly independent: | ||
| + | |||
| + | |||
| + | Note: the AMD APP SDK supports all AMD and Intel x86 and x64 CPUs. | ||
| + | |||
| + | ==== Download JOCL ==== | ||
| + | |||
| + | JOCL is a Java bindings for OpenCL. Download [[http:// | ||
| + | A prebuild version can be found in the [[https:// | ||
| + | |||
| + | ==== Setup JOCL in Eclipse ==== | ||
| + | |||
| + | To setup JOCL for GPUFlux, add a user library '' | ||
