Skip to content

Instantly share code, notes, and snippets.

@malfet
Created October 7, 2020 04:50
Show Gist options
  • Save malfet/8e33477f1971fcfd3ca90472edbe9b67 to your computer and use it in GitHub Desktop.
Save malfet/8e33477f1971fcfd3ca90472edbe9b67 to your computer and use it in GitHub Desktop.
[Inline Frame] torch_cuda.dll!std::_Default_allocator_traits<std::allocator<std::_Tree_node<unsigned int,void *>>>::deallocate(std::allocator<std::_Tree_node<unsigned int,void *>> &) Line 689 C++
[Inline Frame] torch_cuda.dll!std::_Tree_node<unsigned int,void *>::_Freenode0(std::allocator<std::_Tree_node<unsigned int,void *>> &) Line 373 C++
[Inline Frame] torch_cuda.dll!std::_Tree_val<std::_Tree_simple_types<unsigned int>>::_Erase_head(std::allocator<std::_Tree_node<unsigned int,void *>> &) Line 753 C++
[Inline Frame] torch_cuda.dll!std::_Tree<std::_Tset_traits<unsigned int,std::less<unsigned int>,std::allocator<unsigned int>,0>>::{dtor}() Line 1191 C++
> torch_cuda.dll!torch::jit::fuser::newForReduction(torch::jit::fuser::TensorView * tv, const std::vector<unsigned int,std::allocator<unsigned int>> & axes) Line 438 C++
torch_cuda.dll!torch::jit::fuser::reductionOp(torch::jit::fuser::BinaryOpType reduction_op_type, const std::vector<int,std::allocator<int>> & axes, torch::jit::fuser::Val * init, torch::jit::fuser::TensorView * tv) Line 474 C++
torch_cuda.dll!torch::jit::fuser::sum(torch::jit::fuser::TensorView * v1, const std::vector<int,std::allocator<int>> & axes) Line 498 C++
torch_cuda.dll!torch::jit::fuser::cuda::`anonymous-namespace'::IrParser::registerJitOperator::__l25::<lambda>(const torch::jit::Node * node, std::unordered_map<unsigned __int64,torch::jit::fuser::Val *,std::hash<unsigned __int64>,std::equal_to<unsigned __int64>,std::allocator<std::pair<unsigned __int64 const ,torch::jit::fuser::Val *>>> & value_map) Line 473 C++
[Inline Frame] torch_cuda.dll!torch::jit::fuser::cuda::`anonymous-namespace'::IrParser::RegistrationEntry::parse(const torch::jit::Node *) Line 44 C++
torch_cuda.dll!torch::jit::fuser::cuda::`anonymous namespace'::IrParser::processJitNode(const torch::jit::Node * node) Line 527 C++
torch_cuda.dll!torch::jit::fuser::cuda::`anonymous namespace'::IrParser::parse() Line 94 C++
torch_cuda.dll!torch::jit::fuser::cuda::parseJitIR(const std::shared_ptr<torch::jit::Graph> & graph) Line 645 C++
torch_cuda.dll!torch::jit::fuser::cuda::GraphCache::createFusion(const std::shared_ptr<torch::jit::Graph> & graph) Line 530 C++
torch_cuda.dll!torch::jit::fuser::cuda::GraphCache::GraphCache(const std::shared_ptr<torch::jit::Graph> & graph) Line 570 C++
[External Code]
torch_cuda.dll!torch::jit::fuser::cuda::`anonymous namespace'::CudaFusionManager::registerOrGetCacheId(std::shared_ptr<torch::jit::Graph> & graph) Line 81 C++
torch_cuda.dll!torch::jit::fuser::cuda::compileCudaFusionGroup(torch::jit::Node * fusion_node) Line 226 C++
torch_cpu.dll!torch::jit::fuser::cuda::compileFusionGroup(torch::jit::Node * fusion_node) Line 27 C++
torch_cuda.dll!torch::jit::fuser::cuda::`anonymous namespace'::compileFusionRecursive(torch::jit::Block * block) Line 859 C++
torch_cuda.dll!torch::jit::fuser::cuda::`anonymous namespace'::compileFusionRecursive(torch::jit::Block * block) Line 859 C++
torch_cuda.dll!torch::jit::fuser::cuda::CudaFuseGraph(std::shared_ptr<torch::jit::Graph> & graph) Line 1065 C++
torch_cpu.dll!torch::jit::fuser::cuda::fuseGraph(std::shared_ptr<torch::jit::Graph> & graph) Line 41 C++
[Inline Frame] torch_cpu.dll!std::_Func_class<void,std::shared_ptr<torch::jit::Graph> &>::operator()(std::shared_ptr<torch::jit::Graph> &) Line 951 C++
torch_cpu.dll!torch::jit::runNoGradOptimizations(std::shared_ptr<torch::jit::Graph> & graph) Line 335 C++
torch_cpu.dll!torch::jit::ProfilingGraphExecutorImpl::runProfilingOptimizations(std::shared_ptr<torch::jit::Graph> & copy) Line 380 C++
torch_cpu.dll!torch::jit::ProfilingGraphExecutorImpl::getPlanFor(std::vector<c10::IValue,std::allocator<c10::IValue>> & stack, unsigned __int64 remaining_bailout_depth) Line 499 C++
torch_cpu.dll!torch::jit::GraphExecutorImplBase::run(std::vector<c10::IValue,std::allocator<c10::IValue>> & stack) Line 502 C++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment