m4rs-mt / ILGPU.Algorithms

The new standard algorithms library for ILGPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add missing test cases for Scan, Reduce, Transform etc.

m4rs-mt opened this issue · comments

The current test projects do not cover the high-level functions Scan, Reduce, Transform etc. We should include additional test cases to cover these functions.

commented

I will take a look at these functions and write test cases to cover them.

commented

@albosc I've raised a PR to fix some issues with RadixSort. Hopefully this helps with your unit tests.