Test pipeline for a Windows machine, which will include unit, smoke and integration tests for CPU, GPU and PySpark envs.
Similar to what we have in Linux, but with Windows
after reinstalling visual studio and cuda toolkit 9.2 on windows the gpu environment works for me, pyspark and base too, so this should be doable without too much hassle
Is visual studio necessary?
pytorch needed the vs14 runtime libraries
hmm, after looking more closely I don't think it's actually using the gpu device, tf.test.is_gpu_available() still indicates False =(
Most helpful comment
after reinstalling visual studio and cuda toolkit 9.2 on windows the gpu environment works for me, pyspark and base too, so this should be doable without too much hassle