Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
azure-cloud-mining-script
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
azure-cloud-mining-script
Commits
632d0758
There was an error fetching the commit references. Please try again later.
Commit
632d0758
authored
7 years ago
by
fireice-uk
Browse files
Options
Downloads
Patches
Plain Diff
remove the gpu_thread_num safety
parent
b40f937b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xmrstak/backend/amd/autoAdjust.hpp
+0
-1
0 additions, 1 deletion
xmrstak/backend/amd/autoAdjust.hpp
xmrstak/backend/amd/config.tpl
+0
-6
0 additions, 6 deletions
xmrstak/backend/amd/config.tpl
with
0 additions
and
7 deletions
xmrstak/backend/amd/autoAdjust.hpp
+
0
−
1
View file @
632d0758
...
...
@@ -105,7 +105,6 @@ private:
}
configTpl
.
replace
(
"PLATFORMINDEX"
,
std
::
to_string
(
platformIndex
));
configTpl
.
replace
(
"NUMGPUS"
,
std
::
to_string
(
devVec
.
size
()));
configTpl
.
replace
(
"GPUCONFIG"
,
conf
);
configTpl
.
write
(
params
::
inst
().
configFileAMD
);
printer
::
inst
()
->
print_msg
(
L0
,
"AMD: GPU configuration stored in file '%s'"
,
params
::
inst
().
configFileAMD
.
c_str
());
...
...
This diff is collapsed.
Click to expand it.
xmrstak/backend/amd/config.tpl
+
0
−
6
View file @
632d0758
R"===(
/*
* Number of GPUs that you have in your system. Each GPU will get its own CPU thread.
*/
"gpu_thread_num" : NUMGPUS,
/*
* GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
* index - GPU index number usually starts from 0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment