I am writing particle engine in cuda C, I am in need to initialize huge array to a specific value and with low possible time expense. Currently my array size is 32461759 and will be increasing.. How can I initialize array that size..
In short, I want fastest method to initialize huge array Thanks