Use of hipMalloc in the "Finite difference method" labs #11
|
Why are you using: instead of the "typical": ? OK. Got it. |
Replies: 1 comment
|
@AlexisEspinosaGayosso yes, this was simply a matter of style, the former is compatible with both C and C++ whereas the latter is only compatible with C++, but since the provided example is written in C++, the latter should be sufficient. |
@AlexisEspinosaGayosso yes, this was simply a matter of style, the former is compatible with both C and C++ whereas the latter is only compatible with C++, but since the provided example is written in C++, the latter should be sufficient.