Dominic Charrier
Dominic Charrier
> Does the generator have some improvements? - It is better in distinguishing between scalars passed as pointers and arrays. That was the problem that affected the rocfft module. -...
Like if you prefer approach 1.
Like if you prefer approach 2.
@schoonovernumerics I added a doxygen target to the sphinx Makefile. Would be interested in using `breathe` to integrate this docu into the sphinx doc you added. Do you have some...
@schoonovernumerics , all modules are automatically generated from the C/C++ HIP and ROCm header files. If there is any documentation in these files, it will be attached to the respective...
Each interface has a number of additional routines that internally call the `_orig` or `_b` routine, which is directly bound to a C function and takes `type(c_ptr)` arguments. These additional...
@schoonovernumerics I am currently using Github Pages to host the doxygen docu associated with hipfort. You can find the docu under the following address: https://rocmsoftwareplatform.github.io/hipfort README.md hipfort webpage URL both...
Yes, it is possible. Github Pages just looks for a `README.md` or `index.html` at the specified location. My plan would be to integrate the doxygen docu with the sphinx guide...
We have to work a little on the guide first before this makes sense.
Hi @marsdeno, We are currently providing `hipmemcpy2D` interface members for up to dimension 2 (as you have observed) via *assumed-shape* array arguments (ex: `real :: A(:,:)`). Example of such an...