Searched refs:CompileToPtx (Results 1 – 3 of 3) sorted by relevance
39 StatusOr<string> CompileToPtx(llvm::Module* module,
482 StatusOr<string> CompileToPtx(llvm::Module* module, in CompileToPtx() function
749 TF_ASSIGN_OR_RETURN(ptx, CompileToPtx(&llvm_module, {cc_major, cc_minor}, in RunBackend()