diff --git a/docs/AparapiUcoresBinaryFlow.txt b/docs/AparapiUcoresBinaryFlow.txt index b6a921ab5f2439317172b00fca1541663e1f49d7..f40b79c35ca512d177ec3a09feba516faf6269f7 100644 --- a/docs/AparapiUcoresBinaryFlow.txt +++ b/docs/AparapiUcoresBinaryFlow.txt @@ -4,7 +4,9 @@ Aparapi Ucores Binary Flow This is currently used only for FPGAs but we plan to expand it for general manual optimization/compilation of OpenCL source code. A Binary flow is one where the Aparapi framework generates an OpenCL file while running and then tries to read and execute the binary compilation of that source file. + Sequence of events +------------------ 1. Aparapi Application is executed. Aparapi automatically generates an OpencL source file describing the kernel(file name is the full java kernel class name.cl) @@ -29,6 +31,4 @@ Example: 3. Copy the binary output file (ClassXXXName.aocx) to folder where the .cl file resides. -4. Run application again in ACC/GPU mode. This time Aparapi will detect the ClassXXXName.aocx and use the FPGA as the acclerator. - - +4. Run application again in ACC/GPU mode. This time Aparapi will detect the ClassXXXName.aocx and use the FPGA as the acclerator. \ No newline at end of file