Skip to content

Commit

Permalink
Fix FBGEMM amd build (pytorch#2189)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#2189

Reviewed By: q10

Differential Revision: D51609251

fbshipit-source-id: d6ae1a74ebfa9b207b271866a157f73a0b562298
  • Loading branch information
jianyuh authored and facebook-github-bot committed Dec 10, 2023
1 parent 8724d89 commit 0026ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/src/sparse_ops/common.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "fbgemm_gpu/split_embeddings_utils.cuh"

#ifdef USE_ROCM
#include <hipblas.h>
#include <hipblas/hipblas.h>
#endif

#ifdef USE_ROCM
Expand Down

0 comments on commit 0026ddc

Please sign in to comment.