README 336 B

123456789
  1. NOTE: The current Kmeans implementation doesn't use texture/constant memories, and is different from the CUDA implementation.
  2. ******Adjustable work group size*****
  3. RD_WG_SIZE_0 or RD_WG_SIZE_0_0 for kernel_swap
  4. RD_WG_SIZE_1 or RD_WG_SIZE_1_0 for kernel_kmeans
  5. USAGE:
  6. make clean
  7. make KERNEL_DIM="-DRD_WG_SIZE_0=128 -DRD_WG_SIZE_1=512"