Skip to content

Commit

Permalink
Remove unneeded typedef from bitonic sort
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 17, 2015
1 parent cb0c3c9 commit a177ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyopencl/bitonic_sort_templates.py
Expand Up @@ -46,7 +46,6 @@
typedef ${dtype} data_t;
typedef ${idxtype} idx_t;
typedef ${idxtype}2 idx_t2;
#if CONFIG_USE_VALUE
#define getKey(a) ((a).x)
#define getValue(a) ((a).y)
Expand Down

0 comments on commit a177ba4

Please sign in to comment.