History log of /frameworks/compile/slang/tests/P_kernel/kernel.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7682b663581dd8f67b422f6f2f31692ab2f870e3 31-Jul-2015 Matt Wala <wala@google.com> Add Java reflection for reduce-style kernels in slang.

Bug: 22631253

Change-Id: I43de647a45c02d51cb256d206b64e159daf13864
/frameworks/compile/slang/tests/P_kernel/kernel.rs
8c8d166f4d1b7250e193a57c69d1923f558446b5 22-May-2014 Chris Wailes <chriswailes@google.com> Replaced __attribute__((kernel)) with RS_KERNEL.

Change-Id: Ib5b05221e78aa74613940c05931cae9a81d385f3
/frameworks/compile/slang/tests/P_kernel/kernel.rs
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
/frameworks/compile/slang/tests/P_kernel/kernel.rs