| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
update VEGA names
|
|
|
|
| |
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
|
|
|
|
|
|
| |
Allow to change the indexing used to address the hash scratchpad memory.
- add option `strided_index` for each gpu
|
|
|
|
| |
- removed all space indention in `*.hpp` and `*.cpp` files
|
|
|
|
|
|
| |
- allow to use up to 2024 threads on VEGA gpus
fix #5
|
|
|
|
|
| |
- increase safty memory from 64 to 128 MiB
- NVIDIA: increase lmem reserve per thread to 1kiB
|
|
|
|
|
|
| |
- rename all `xmr` to `monero`
- be insensitive while check for set currency
- add function to compate two strings insensitive
|
|
|
|
|
| |
- add compile parameter to support aeon and xmr
- update auto suggestion to handle aeon
|
| |
|
|
|
|
|
| |
- use always a multiple of the number of compute units
- add more device information to the config file
|
|
|
|
|
|
| |
Platform index zero was always used to search for the device detection.
Fix: use correct detected AMD platform index
|
| |
|
| |
|
| |
|
| |
|
|
- move source code to `src`
- categorize files and move to group folder
- change upper case class files to lower case
- change C++ header to `*.hpp`
|