This repository has been archived by the owner on May 27, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
343: Check for OOM when doing malloc. r=maleadt a=maleadt Addresses #340 Crashes on `-g2` with the following MWE though: ``` using CUDAnative, StaticArrays function knl!() r_a = MArray{Tuple{4}, Float32}(undef) for k in 1:4 @inbounds r_a[k] = 0 end nothing end @cuda threads=(5, 5) blocks=4000 knl!() using CUDAdrv CUDAdrv.synchronize() ``` Co-authored-by: Tim Besard <tim.besard@gmail.com>
- Loading branch information