|
| file | mem_coordinate.hpp [code] |
| | This files contains the Coordinate struct which is used to specify local/global offset for local/global access to the local/global memory for each thread on the device.
|
| |
| file | mem_neighbour.hpp [code] |
| | this file contains different types of memory required for executing neighbour operation to calculate each pixel output
|
| |
| file | memory_access.hpp [code] |
| | this file contains a set of forward declarations and include headers required for constructing and accessing memory on both host and device.
|
| |