Changes

Jump to: navigation, search

BetaT

68 bytes added, 18:56, 3 April 2017
Optimizing Problems
After these implementations, testing the code produced the same results as the original program, so it is a positive confirmation that we can proceed to optimizing the cod using the GPU
== Optimizing Problems with 2 Kernels ==
In the first kernel I have Replaced the for loop statement.
__global__ void Initalize(float* u, float* un, int nx, int nt, float dx)
212
edits

Navigation menu