File: builtin_local_size.cl

package info (click to toggle)
beignet 0.9.3~really.0.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,644 kB
  • ctags: 15,542
  • sloc: cpp: 49,147; ansic: 13,274; lisp: 2,244; python: 933; sh: 626; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (5)
1
2
3
kernel void builtin_local_size( __global int *ret, __global int *i_dim ) {
  *ret = get_local_size( *i_dim);
}