Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
b4c9aa54
"docs/vscode:/vscode.git/clone" did not exist on "4a9346939b36addd2c0bdf60707658a15cbbea05"
Unverified
Commit
b4c9aa54
authored
Sep 13, 2023
by
moto
Committed by
GitHub
Sep 13, 2023
Browse files
Move RIR csrc to dedicated subdirectory (#3606)
parent
5e893d6f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
torchaudio/csrc/CMakeLists.txt
torchaudio/csrc/CMakeLists.txt
+1
-1
torchaudio/csrc/rir/rir.cpp
torchaudio/csrc/rir/rir.cpp
+0
-0
No files found.
torchaudio/csrc/CMakeLists.txt
View file @
b4c9aa54
...
...
@@ -42,7 +42,7 @@ if(BUILD_RNNT)
endif
()
if
(
BUILD_RIR
)
list
(
APPEND sources rir.cpp
)
list
(
APPEND sources
rir/
rir.cpp
)
list
(
APPEND compile_definitions INCLUDE_RIR
)
endif
()
...
...
torchaudio/csrc/rir.cpp
→
torchaudio/csrc/rir
/rir
.cpp
View file @
b4c9aa54
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment