SymbioticLab / Salus

Fine-grained GPU sharing primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_linreg_tf failes with wrong number

Aetf opened this issue · comments

commented

Maybe related to #10.

Steps to reproduce

  • launch executor
  • pytest -k linreg

Expected result

Test passes

Actual

  • With GPU enabled in executor, error with AssertionError: 2.0628154 != 2.0630949
  • Without GPU enabled, error with AssertionError: 2.0869725 != 2.0630949
commented

Fixed with ddc12ff