https://github.com/Microsoft/CNTK
Raw File
Tip revision: e2e83eb941c47c0741f097573c8f3701fd5e543b authored by Clemens Marschner on 22 September 2016, 11:20:38 UTC
Fix Scatter for packed MBLayouts
Tip revision: e2e83eb
testcases.yml
dataDir: .

tags:
    # running on linux BVT job in 'E' (Examples) leg
    - bvt-e (build_sku == 'gpu') and (device=='cpu') and (flavor=='release')
    # running on linux Nightly job in 'E' (Examples) leg
    - nightly-e (build_sku == 'gpu') and (device=='cpu') and (flavor=='release')

testCases:
  PyTest run must finish with error code 0 (outputs __COMPLETED__ in that case):
    patterns:
      - __COMPLETED__
back to top