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
466 stars 59 forks source link

feat(kernel): popcount and clz #76

Closed freemo closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #76 into master will increase coverage by <.01%. The diff coverage is 0%.

@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
+ Coverage     46.93%   46.93%   +<.01%     
  Complexity      849      849              
============================================
  Files            57       57              
  Lines          9386     9390       +4     
  Branches       1527     1527              
============================================
+ Hits           4405     4407       +2     
- Misses         4538     4540       +2     
  Partials        443      443
freemo commented 6 years ago

@shabanovd I just released 1.5.0 of aparapi that includes this feature. Thank you.