File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 13
13
[submodule "external/cutlass "]
14
14
path = external/cutlass
15
15
url = https://github.com/NVIDIA/cutlass.git
16
+ [submodule "external/json "]
17
+ path = external/json
18
+ url = https://github.com/nlohmann/json.git
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ set(fbgemm_sources_include_directories
31
31
${THIRDPARTY} /cpuinfo/include
32
32
${THIRDPARTY} /cutlass/include
33
33
${THIRDPARTY} /cutlass/tools/util/include
34
+ ${THIRDPARTY} /json/include
34
35
${NCCL_INCLUDE_DIRS} )
35
36
36
37
@@ -41,11 +42,6 @@ set(fbgemm_sources_include_directories
41
42
file (GLOB_RECURSE asmjit_sources
42
43
"${CMAKE_CURRENT_SOURCE_DIR} /../external/asmjit/src/asmjit/*/*.cpp" )
43
44
44
- set (third_party_include_directories
45
- ${THIRDPARTY} /asmjit/src
46
- ${THIRDPARTY} /cpuinfo/include
47
- ${THIRDPARTY} /cutlass/include )
48
-
49
45
50
46
################################################################################
51
47
# Optimizer Group Definitions
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ set(fbgemm_sources_include_directories
24
24
${THIRDPARTY} /cpuinfo/include
25
25
${THIRDPARTY} /cutlass/include
26
26
${THIRDPARTY} /cutlass/tools/util/include
27
+ ${THIRDPARTY} /json/include
27
28
${NCCL_INCLUDE_DIRS} )
28
29
29
30
set (experimental_example_cpp_source_files
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ set(fbgemm_sources_include_directories
22
22
${THIRDPARTY} /cpuinfo/include
23
23
${THIRDPARTY} /cutlass/include
24
24
${THIRDPARTY} /cutlass/tools/util/include
25
+ ${THIRDPARTY} /json/include
25
26
${NCCL_INCLUDE_DIRS} )
26
27
27
28
set (attention_ops_sources
You can’t perform that action at this time.
0 commit comments