TCC driver mode and cudaMemPool

I have been experimenting with cudaMemPool on Windows.
Using the WDDM driver model it works as expected. In TCC driver mode the Titan RTX reports 0 for the attribute cudaDeviceAttr::cudaDevAttrMemoryPoolsSupported.

Is there any way to use the memory pools in TCC driver mode?