forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: X-link: fairinternal/wav2letter#12 X-link: flashlight/wav2letter#1023 X-link: facebookresearch/FBGEMM#23 Pull Request resolved: pytorch#2823 - Fix Bazel build for FBGEMM - Update documentation for FBGEMM_GPU Reviewed By: spcyppt Differential Revision: D59620856 fbshipit-source-id: 9ec0920bbd8096ec1875a9b1b9969caf75fb8e65
- Loading branch information
1 parent
8cf6133
commit 98fa998
Showing
16 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[submodule "third_party/asmjit"] | ||
path = third_party/asmjit | ||
[submodule "external/asmjit"] | ||
path = external/asmjit | ||
url = https://github.com/asmjit/asmjit.git | ||
[submodule "third_party/cpuinfo"] | ||
path = third_party/cpuinfo | ||
[submodule "external/cpuinfo"] | ||
path = external/cpuinfo | ||
url = https://github.com/pytorch/cpuinfo | ||
[submodule "third_party/googletest"] | ||
path = third_party/googletest | ||
[submodule "external/googletest"] | ||
path = external/googletest | ||
url = https://github.com/google/googletest | ||
[submodule "third_party/hipify_torch"] | ||
path = third_party/hipify_torch | ||
[submodule "external/hipify_torch"] | ||
path = external/hipify_torch | ||
url = https://github.com/ROCmSoftwarePlatform/hipify_torch.git | ||
[submodule "third_party/cutlass"] | ||
path = third_party/cutlass | ||
[submodule "external/cutlass"] | ||
path = external/cutlass | ||
url = https://github.com/NVIDIA/cutlass.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
# This source code is licensed under the BSD-style license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
module(name = "fbgemm") | ||
|
||
bazel_dep(name = "bazel_skylib", version = "1.5.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule asmjit
updated
from 000000 to e5d7c0
File renamed without changes.
Submodule cpuinfo
updated
from 000000 to 6543fe
File renamed without changes.
Submodule cutlass
updated
from 000000 to bbe579
Submodule googletest
updated
from 000000 to f8d7d7
Submodule hipify_torch
updated
from 000000 to 6e0ca4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters