How to compile cutlass app using JIT

Hi,
I would like to compile an application which reads configuration file and then according to that configure and compile cutlass app using JIT.

From online research of Cuda NVRTC I figured out that it supports kernel calls only while cutlass use host code to call Cutlass operations which using templated device code.
My question how can I compile cutlass using JIT and if there is any demo of similar compilation using jit?

That functionality is not currently available. Please file an issue at Issues · NVIDIA/cutlass · GitHub