in a few days I will setup my new computer with a RTX 2070. I would like to user tensorflow GPU but I can't find compatible versions of CUDA and Tensorflow GPU. As far as I know, I need CUDA 10 to benefit from the additional computing power of the RTX's Turing architecture. But regarding to the Tensorflow website the newest version of tf (tensorflow_gpu-1.12.0) only works with CUDA 9. I would prefer to get it all working on windows 10 but if there is no other way, linux would work as well.
Somewhere on the internet I read about two rumors: 1. there is some way to compile an unpublished version of tf-gpu which works with CUDA 10 2. they will publish an official version of tf-gpu in january 2019 (which is almost over now) which will support CUDA 10.
Can someone confirm one of those rumors (with source would be the best) or tell me how I will be able to get it all working?