==> C:\ProgramData\Miniconda3\conda-bld\dgl_1663359890508\_h_env\Library\bin\git.exe log -n1 <==
commit 960092be02bfae2a32a300081f928d60f23e7246
Author: Xin Yao <xiny@nvidia.com>
Date:   Thu Sep 15 16:54:52 2022 +0800

    [Feature] Import PyTorch's CUDA stream management (#4503)
    
    * add set_stream
    
    * add .record_stream for NDArray and HeteroGraph
    
    * refactor dgl stream Python APIs
    
    * test record_stream
    
    * add unit test for record stream
    
    * use pytorch's stream
    
    * fix lint
    
    * fix cpu build
    
    * address comments
    
    * address comments
    
    * add record stream tests for dgl.graph
    
    * record frames and update dataloder
    
    * add docstring
    
    * update frame
    
    * add backend check for record_stream
    
    * remove CUDAThreadEntry::stream
    
    * record stream for newly created formats
    
    * fix bug
    
    * fix cpp test
    
    * fix None c_void_p to c_handle
==> C:\ProgramData\Miniconda3\conda-bld\dgl_1663359890508\_h_env\Library\bin\git.exe describe --tags --dirty <==
v0.4.0-1797-g960092be0
==> C:\ProgramData\Miniconda3\conda-bld\dgl_1663359890508\_h_env\Library\bin\git.exe status <==
On branch 0.9.x
Your branch is up to date with 'origin/0.9.x'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	build_env_setup.bat
	conda_build.bat
	metadata_conda_debug.yaml
	python/record.txt

nothing added to commit but untracked files present (use "git add" to track)
