v1.0.3
⚠️ 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:
deviceID
→device_id
platformID
→platform_id
threadCount
→threads
pinnedCores
→pinned_cores
compilerFlags
→compiler_flags
compilerEnvScripts
→compiler_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