Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 committed Nov 15, 2024
1 parent 634dde0 commit d711159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/fbgemm_gpu_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ __configure_fbgemm_gpu_build_cuda () {
# https://github.com/NVIDIA/nvbench/discussions/129
# https://github.com/vllm-project/vllm/blob/main/CMakeLists.txt#L187
# https://github.com/NVIDIA/cutlass/blob/main/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized.hpp#L224
local arch_list="7.0;8.0;9.0;9.0a"
local arch_list="8.0;9.0;9.0a"
else
local arch_list="7.0;8.0"
local arch_list="8.0"
fi
fi
echo "[BUILD] Setting the following CUDA targets: ${arch_list}"
Expand Down
2 changes: 1 addition & 1 deletion fbgemm_gpu/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _get_cxx11_abi():
_get_cxx11_abi(),
]

cxx_flags = ["-mcmodel=large", "-fuse-linker-plugin", "-flto"]
cxx_flags = ["-mcmodel=large", "-flto"]

if self.args.verbose:
print("[SETUP.PY] Building in VERBOSE mode ...")
Expand Down

0 comments on commit d711159

Please sign in to comment.