Skip to content

Commit

Permalink
include flexflow/accessor.h in the cuda_/hip_helper header files
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazhihao committed Jul 27, 2023
1 parent 61d674e commit f35c99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/flexflow/utils/cuda_helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef _FLEXFLOW_CUDA_HELPER_H_
#define _FLEXFLOW_CUDA_HELPER_H_
#include "flexflow/accessor.h"
#include "flexflow/ffconst.h"
#include "legion.h"
#include <cublas_v2.h>
Expand Down
1 change: 1 addition & 0 deletions include/flexflow/utils/hip_helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef _FLEXFLOW_HIP_HELPER_H_
#define _FLEXFLOW_HIP_HELPER_H_
#include "flexflow/accessor.h"
#include "flexflow/ffconst.h"
#include "legion.h"
#include <hipblas.h>
Expand Down

0 comments on commit f35c99f

Please sign in to comment.