Skip to content

Commit ece6276

Browse files
authored
Merge pull request #1857 from AMD-HPC/rocm7support
adds <string.h> includes for ROCm 7 compatibility
2 parents c917e4c + 353e9a0 commit ece6276

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/gpu/assemble_MPI_vector_cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*/
2929

3030
#include "mesh_constants_gpu.h"
31+
#include <string.h>
3132

3233
/* ----------------------------------------------------------------------------------------------- */
3334

src/gpu/lts_assembly_mpi_cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929

3030
#include "mesh_constants_gpu.h"
31-
31+
#include <string.h>
3232

3333
/* ----------------------------------------------------------------------------------------------- */
3434

src/gpu/prepare_mesh_constants_cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
#include "mesh_constants_gpu.h"
3131
#include "prepare_constants_cuda.h"
32+
#include <string.h>
3233

3334
#ifdef USE_CUDA
3435
#ifdef USE_OLDER_CUDA4_GPU

0 commit comments

Comments
 (0)