• Home
  • History
  • Annotate
  • only in /frameworks/compile/slang/tests/F_kernel_ptr_param/
History log of /frameworks/compile/slang/tests/F_kernel_ptr_param/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8c8d166f4d1b7250e193a57c69d1923f558446b5 22-May-2014 Chris Wailes <chriswailes@google.com> Replaced __attribute__((kernel)) with RS_KERNEL.

Change-Id: Ib5b05221e78aa74613940c05931cae9a81d385f3
ernel_ptr_param.rs
tderr.txt.expect
9ca96e70657cf5437a294213f56ba4768dc08ad2 14-Sep-2012 Stephen Hines <srhines@google.com> Support for pass-by-value kernels.

This change allows the JB-mr1+ target API to declare compute kernels
using "__attribute__((kernel))". This disables the use of pointers in the
function signature and forces any output to be explicitly returned and
input to be passed only by value. We still allow the user to add x, y
coordinates if they want them.

Bug: 7166741

Change-Id: I1407fceefb11c7d6c17221ca156cfce443c2b218
ernel_ptr_param.rs
tderr.txt.expect
tdout.txt.expect