Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
http://aparapi.com
Apache License 2.0
465 stars 59 forks source link

Can be added Kernel.put(short)? #167

Open yiulo opened 2 years ago

yiulo commented 2 years ago

If use Kernel.put(char), then (short)char to get negative numbers will cost performance,Can be added Kernel.put(short)? And it would be nice to have the 8-bit unsigned integer values to kernel