- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hello,
I have a basic question about how opencl compiler handles global memory access across different opencl kernels.
For eg:-
__kernel input1( __global int *r1 ) {
}
__kernel input2(__global char*r2) {
}
__kernel output(__global short *r3) {
}
When I launch the above three kernels parallely, does the memory bandwidth gets shared equally or does it depend on how many memory access? Does it depend on the size of the data type?
In general, what is the maximum number of read and write ports froim FPGA to Global memory?
- Marcas:
- OpenCL™
Link copiado
0 Respostas

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora