Ticket #119 (closed task: fixed)
Opened 2010-06-29T09:16:40-05:00
Last modified 2010-08-31T12:02:28-05:00
OpenCL Publication
Reported by: | rlentz | Owned by: | rlentz |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | OpenCL | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Move the kernel tests into the JUnit test package.
Change History
comment:1 Changed 2010-06-29T09:16:46-05:00 by rlentz
- Owner set to rlentz
- Status changed from new to accepted
comment:2 Changed 2010-06-30T17:09:34-05:00 by rlentz
The existing tests will be adapted to run successfully on the GPU and CPU during this process.
The following kernels need to be moved to the test package:
kernelFCLA, kernelFCLB, kernelFCLC, kernelFCLD, kernelFCLE, kernelTODB, kernelUNDB, kernelCONV, kernelGUA, kernelGAUFI, kernelCPYDA, kernelCPYDATAVG, kernelDECONFD, kernelGENGAU, kernelSWAPA kernelSWAPB, kernelSWAPC, kernelCPYMSK, kernelMAGMAX, kernelMEANDELT, kernelREDUCEFLT, kernelAPPLYSF, kernelSUMABS, and kernelCPYMIR;
comment:3 Changed 2010-07-02T10:07:25-05:00 by rlentz
Removed kernelMEANDELT as an OpenCL implementation and left as native code.
comment:4 Changed 2010-07-07T12:43:41-05:00 by rlentz
Updated the OpenCL Manager helper class to include read in kernel functionality via directory and compile for GPU/CPU specific platforms. Added all kernels as separate files (cleanup). Added JavaCL component testing capability for individual kernels where the platform has multiple supporting devices.
comment:5 Changed 2010-07-12T15:15:32-05:00 by rlentz
- Status changed from accepted to closed
- Resolution set to fixed
More details can be found at: