Searched refs:CACHE_LINE_SIZE (Results 1 - 1 of 1) sorted by relevance

/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp61 const int CACHE_LINE_SIZE = 64; variable
78 msg = (char *)memalign(CACHE_LINE_SIZE, (grid_size + 1) * sizeof(char));
86 keys = (int *)memalign(CACHE_LINE_SIZE, code_size * sizeof(int));

Completed in 16 milliseconds