hipfort icon indicating copy to clipboard operation
hipfort copied to clipboard

Fortran interfaces for ROCm libraries

Results 36 hipfort issues
Sort by recently updated
recently updated
newest added

I’m looking to understand how we want to support the use of hipfort in the CMake build system. Currently, I’m finding that I have to set FC, CC, and CXX...

discussion
Under Investigation

Hi there, I'm trying to compile hipfort using the Intel compiler on the hipfort develop branch and getting a few issues. One of them I cannot get around. These lines,...

Under Investigation

### Problem Description I need to ensure that Hipfort works with an **nvidia** backend. However when I try to install **hipfort-6.0.2** the CMAKE configuration fails when I set **HIP_PLATFORM="nvidia"**. I...

documentation

Hey all, A google search on this topic turns up this page with a nice outline, but no content : https://rocm.docs.amd.com/projects/hipfort/en/latest/how_to_guides/getting_started.html Is there any documentation available on building fortran applications...

documentation

Add conditional for intel compilers; don't use the -std= flag for enforcing fortran standard interpretation This PR is meant to address #123

Will this tool only support hipify of host fortran calls or it will be able to compile Cuda Fortran kernels? For example: ``` attributes(global) subroutine saxpy(x, y, a) implicit none...

discussion

To help us handle PR review, I'd like to start a discussion on CI infrastructure and testing requirements to help us merge in contributions. To kick this off, here's a...

discussion

Users search for `NCCL` according to the `Traffic` page in the `Insights` menu: ![image](https://user-images.githubusercontent.com/19530127/155513942-8eb3a405-6980-4625-838a-37946bae6492.png)

feature request