[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/NVIDIA/TransformerEngine.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "3rdparty/cudnn-frontend"]
	url = https://github.com/NVIDIA/cudnn-frontend.git
[submodule "3rdparty/googletest"]
	url = https://github.com/google/googletest.git
