Skip to content

Community extensions

Compare
Choose a tag to compare
@gfursin gfursin released this 08 Jul 14:04
· 7201 commits to master since this release

This release includes multiple CK extensions based on the user feedback:

  • added --j flag to "ck install package" to update CK_HOST_CPU_NUMBER_OF_PROCESSORS env and force number of processes in "make -j" if used by a given package
  • added ck.cfg key "pip_user". If yes, add --user when to pip when installing CK repositories.
    Turn it on as follows:
    $ ck set kernel var.pip_user=yes
    See ticket #157
  • print path to the CK kernel when invoking "ck"
  • extended "result" module to use meta.json as a base for all sub configurations (to simplify configuration for multiple dashboards - useful for MLPerf)