|
**Dynamic Kernel Scheduler (DKS)**
|
|
# Dynamic Kernel Scheduler (DKS)
|
|
|
|
|
|
The Dynamic Kernel Scheduler (DKS) is a slim software layer between the host application and the hardware accelerator. The aim of the DKS is to allow the creation of fast fine tuned kernels using device specific frameworks such as CUDA, OpenCL, OpenACC and OpenMP and accelerator libraries such as Thrust, Nvidia CUDA libraries, Intel MKL or others. On top of that, DKS allows the easy use of these kernels in host applications without providing any device or framework specific details. This approach facilitates the integration of different types of devices in the existing applications with minimal code changes and makes the device and the host code a lot more manageable.
|
|
The Dynamic Kernel Scheduler (DKS) is a slim software layer between the host application and the hardware accelerator. The aim of the DKS is to allow the creation of fast fine tuned kernels using device specific frameworks such as CUDA, OpenCL, OpenACC and OpenMP and accelerator libraries such as Thrust, Nvidia CUDA libraries, Intel MKL or others. On top of that, DKS allows the easy use of these kernels in host applications without providing any device or framework specific details. This approach facilitates the integration of different types of devices in the existing applications with minimal code changes and makes the device and the host code a lot more manageable.
|
|
|
|
|
|
Tha main parts of DKS are:
|
|
The main parts of DKS are:
|
|
* [DKSBase](dks-modules/DKSBase) - provides the basic communication functions between host application and hardware accelerators including memory manegement, data transfer and synchronization.
|
|
* [DKSBase](dks-modules/DKSBase) - provides the basic communication functions between host application and hardware accelerators including memory manegement, data transfer and synchronization.
|
|
* [DKSOPAL](dks-modules/dksopal) - provides functions for Object Oriented Particle Accelerator library to offload FFTPoisson calculations and particle matter interaction using Monte Carlo simulations to GPU and Intel MIC
|
|
* [DKSOPAL](dks-modules/dksopal) - provides functions for Object Oriented Particle Accelerator library to offload FFTPoisson calculations and particle matter interaction using Monte Carlo simulations to GPU and Intel MIC
|
|
* [DKSBaseMuSR](dks-modules/dksmusrfit) - provides functions to perform parameter fitting for musrfit on the GPU
|
|
* [DKSBaseMuSR](dks-modules/dksmusrfit) - provides functions to perform parameter fitting for musrfit on the GPU
|
|
* [DKSImageReconstruction](dks-modules/dkspet) - provides functions to perform PET image reconstruction on the GPU
|
|
* [DKSImageReconstruction](dks-modules/dkspet) - provides functions to perform PET image reconstruction on the GPU
|
|
* [DKSFFT](dks-modules/dksfft) - provides functions to perform FFT on the GPU and Intel MIC
|
|
* [DKSFFT](dks-modules/dksfft) - provides functions to perform FFT on the GPU and Intel MIC
|
|
|
|
|
|
**DKS instalation**
|
|
## DKS instalation
|
|
|
|
|
|
[DKS 1.0.2](build-dks/dks-1.0.2)
|
|
[DKS 1.0.2](build-dks/dks-1.0.2)
|
|
|
|
|
|
[DKS 1.1.2](build-dks/dks-1.1.2)
|
|
[DKS 1.1.2](build-dks/dks-1.1.2)
|
|
|
|
|
|
**DKS documentation**
|
|
## DKS documentation
|
|
|
|
|
|
[Doxygen (pdf)](/uploads/161236184d81cd032830aa8f5d970f16/refman.pdf)
|
|
[Doxygen (pdf)](/uploads/161236184d81cd032830aa8f5d970f16/refman.pdf)
|
|
|
|
|
... | | ... | |