Skip to content
Snippets Groups Projects
Unverified Commit 8266605d authored by Michal Babej's avatar Michal Babej Committed by GitHub
Browse files

Update CHANGES


Co-authored-by: default avatarIsuru Fernando <isuruf@gmail.com>
parent 3e3dc606
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,8 @@ Notable User Facing Changes ...@@ -43,7 +43,8 @@ Notable User Facing Changes
causing division-by-zero, only if it occured in one of the CPU driver causing division-by-zero, only if it occured in one of the CPU driver
threads; so division-by-zero errors are no longer hidden in user threads. threads; so division-by-zero errors are no longer hidden in user threads.
- POCL_CUDA_VERIFY_MODULE env variable has been replaced by POCL_LLVM_VERIFY - POCL_CUDA_VERIFY_MODULE env variable has been replaced by POCL_LLVM_VERIFY
- CUDA: compilation now defaults to -ffp-contract=fast, previously it was off - CUDA: compilation now defaults to `-ffp-contract=fast`, previously it was `-ffp-contract=on`.
- `-cl-fast-relaxed-math` now defaults to `-ffp-contract=fast`, previously it was `-ffp-contract=on`.
- CPU drivers: renamed 'basic' to 'cpu-minimal' and 'pthread' driver to 'cpu', - CPU drivers: renamed 'basic' to 'cpu-minimal' and 'pthread' driver to 'cpu',
to reflect the hardware they're driving instead of implementation details. to reflect the hardware they're driving instead of implementation details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment