annuges

Results 3 issues of annuges

If I run vmap with certain functions i get wrong results in some cases. I noticed this first for an integer array with iszero: ``` a = rand(Int8,200,20) @test map(iszero,a)...

In the switchover from 0.3 to 0.4 when replacing the function based alloc with the macro based version I always got the error that the @alloc is not within a...

There is a typo in the code for creating a plan_r2r! with numthreads != nothing. The function returns an out of place plan_r2r in this case (the plan_r2r is missing...