Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
d6217b09
Commit
d6217b09
authored
Jul 27, 2017
by
Leonardo Solis
Browse files
Update readme_developers.md
parent
2b4e1a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/readme/readme_developers.md
View file @
d6217b09
...
...
@@ -317,15 +317,17 @@ cat /etc/ld.so.conf.d/amdgpu-pro-x86_64.conf
make
DEVICE
=
<TYPE>
NUMWI
=
<NWI>
```
`<TYPE>`
: CPU, GPU.
| Parameters | Description | Values |
|:----------:|:----------------------:|:----------------:|
|
`<TYPE>`
| Accelerator chosen |
`CPU`
,
`GPU`
|
|
`<NWI>`
| OpenCL work-group size |
`16`
,
`32`
,
`64`
|
`<NUMWI>`
: 16, 32, 64
After successful compilation, the host binary
**ocladock_<type>_<N>wi**
is placed under
[
bin
](
./bin
)
.
After successful compilation, the host binary
`ocladock_<type>_<N>wi`
is placed under
[
bin
](
./bin
)
.
`type`
denotes the accelerator chosen:
`cpu`
or
`gpu`
.
`N`
denotes the OpenCL work-group size:
`16`
,
`32`
, or
`64`
.
| Binary-name portion | Description | Values |
|:-------------------:|:----------------------:|:-----------------:|
|
**<type>**
| Accelerator chosen |
`cpu`
,
`gpu`
|
|
**<N>**
| OpenCL work-group size |
`16`
,
`32`
,
`64`
|
## All available options
```
zsh
...
...
@@ -336,7 +338,7 @@ make DEVICE=<TYPE> NUMWI=<NWI> CONFIG=<CFG> DOCK_DEBUG=<Y/N> REPRO=<Y/N>
| DEVICE | OpenCL device type |
`<TYPE>`
: CPU, GPU |
| NUMWI | Number of work items per work group |
`<NWI>`
: 16, 32, 64 |
| CONFIG | Host configuration |
`<CFG>`
: DEBUG, RELEASE |
| DOCK_DEBUG | Enable debug info for host & device |
`<Y/N>`
: YES, NO |
| DOCK_DEBUG | Enable debug info for host & device
|
`<Y/N>`
: YES, NO |
| REPRO | Reproduce results (remove randomness) |
`<Y/N>`
: YES, NO |
## Configuration file
...
...
Write
Preview
Supports
Markdown
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