Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device

This commit is contained in:
Jens Steube
2021-10-04 08:36:56 +02:00
parent 3f4dca13f9
commit 07e58631a5
2 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
## Technical
##
- Back-end devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
- Backend devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
- Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
- Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
- Rejects: Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
- POCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option