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
tianlh
LightGBM-DCU
Commits
fb28070e
Commit
fb28070e
authored
Dec 24, 2018
by
Gao Tao
Committed by
James Lamb
Dec 23, 2018
Browse files
Update build_r.R (#1918)
add boost header files compute/ into build_r.R to enable GPU compilation
parent
2323cb3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
build_r.R
build_r.R
+6
-0
No files found.
build_r.R
View file @
fb28070e
...
...
@@ -40,6 +40,12 @@ result <- file.copy(from = "src/",
overwrite
=
TRUE
)
.handle_result
(
result
)
result
<-
file.copy
(
from
=
"compute/"
,
to
=
file.path
(
"lightgbm_r"
,
"src/"
),
recursive
=
TRUE
,
overwrite
=
TRUE
)
.handle_result
(
result
)
result
<-
file.copy
(
from
=
"CMakeLists.txt"
,
to
=
file.path
(
"lightgbm_r"
,
"inst"
,
"bin/"
),
overwrite
=
TRUE
)
...
...
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