Skip to content

v1.0.3

Compare
Choose a tag to compare
@dmed256 dmed256 released this 07 Jul 04:52
· 723 commits to main since this release

⚠️ Breaking Changes

Mode Properties

[d1fd6e0, 8691434] In order to standardize key names in properties, we're moving to snake_case which is a valid JSON5 identifier for JSON Objects. That way short-hand notations such as

{ mode: 'CUDA', device_id: 0 }

are still valid

Changes:

  • deviceIDdevice_id
  • platformIDplatform_id
  • threadCountthreads
  • pinnedCorespinned_cores
  • compilerFlagscompiler_flags
  • compilerEnvScriptscompiler_env_scripts

⭐️ Features

CLI

[7055d92] Added -I/--include-path and -D/--define to occa transform and occa compile
[a7c578c] Added -v/--verbose to add transform information in comments

🐛 Bugs Fixed

Parser

[80b9972] oklForStatements check the iterator's base type

🎉 Contributors

@pdhahn