Skip to content
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4d45446
fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB
Jan 5, 2022
ece2cf9
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 5, 2022
010fdb2
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
2ee7b35
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
c541266
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
bfb6fef
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
13a12bf
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
3f5390e
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
6c19945
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 6, 2022
66f2aeb
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 7, 2022
02da67f
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 7, 2022
cf7d43c
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 7, 2022
82972ca
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 7, 2022
85b4e5a
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 7, 2022
10e78d2
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 10, 2022
fca5ffa
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 10, 2022
ba7db49
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 10, 2022
f659727
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 10, 2022
bb61043
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 10, 2022
bbd9919
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 10, 2022
6f07e35
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 11, 2022
ec49215
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 12, 2022
c47a520
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 12, 2022
aa514d0
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 12, 2022
6da2500
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 12, 2022
46f35fe
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 13, 2022
df4f6be
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 13, 2022
d463afd
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 13, 2022
689a361
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 13, 2022
f0be466
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 14, 2022
74fd1a0
Update on "fix CAFFE2_BUILD_MAIN_LIB to the correct C10_BUILD_MAIN_LIB"
Jan 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion c10/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cc_library(
]),
[],
),
copts = ["-DCAFFE2_BUILD_MAIN_LIB"],
local_defines = ["C10_BUILD_MAIN_LIB"],
deps = [
":headers",
"@fmt",
Expand Down