Skip to content
  • Pavel Kus's avatar
    doing GPU initialization for the first time only · d900a3e1
    Pavel Kus authored
    The GPU initialization is actually quite constly, e.g. on Minsky it
    takes roughly 0.7s. That is hurting performance for small matrices.
    Thus a check has been added and now GPU should be initialized only the
    first time.
    d900a3e1