Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
tvm
Public
Notifications
You must be signed in to change notification settings
Fork
3.7k
Star
13k
Code
Issues
123
Pull requests
73
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Auto-cc subscription tracker
#10317 ·
driazati
opened
on Feb 18, 2022
32
[Release] v0.23.0 release schedule
#18587 ·
ysh329
opened
on Dec 15, 2025
Issues
Search Issues
is
:
issue
state
:
open
is:issue state:open
Search
Labels
Milestones
New issue
Search results
Open
Closed
[Bug] Segfault in <code>tvm.compile</code> (Relax→TIR, CUDA target) inside <code>tir::transform::InjectPTXLDG32</code> / <code>PTXRewriter::VisitStmt_(BufferStore)</code> when compiling <code>torch.export</code> model returning <code>(tril, triu)</code> tuple
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18612
In apache/tvm;
·
tinywisdom
opened
on Dec 25, 2025
[Bug] Resize N-D import failure: TVM only supports 4D resize2d, but ONNX Resize supports N-D tensors
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18608
In apache/tvm;
·
dutZ1855
opened
on Dec 24, 2025
[Bug] PRelu import/compile fails when slope initializer is broadcastable rank-2 (1,1): topi.nn.prelu requires 1-D slope
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18607
In apache/tvm;
·
dutZ1855
opened
on Dec 24, 2025
[Bug] PRelu with 1-D input fails to import in Relax: relax.nn.prelu uses axis=1 out of range
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18606
In apache/tvm;
·
dutZ1855
opened
on Dec 23, 2025
[Bug] ONNX Cast treats NaN inconsistently in TVM LLVM codegen: Constant(NaN)->True but computed NaN->False
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18605
In apache/tvm;
·
dutZ1855
opened
on Dec 23, 2025
[Bug] TVM crashes: InternalError: LLVM module verification failed for LayerNormalization
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18603
In apache/tvm;
·
coffezhou
opened
on Dec 23, 2025
[Bug] TVM crashes: InternalError: LLVM module verification failed for ArgMax and ArgMin
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18602
In apache/tvm;
·
coffezhou
opened
on Dec 23, 2025
[Bug] inconsistent shapes of results produced by TVM and ONNXRuntime due to the ConvTranspose operator
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18601
In apache/tvm;
·
coffezhou
opened
on Dec 23, 2025
[Bug] [FRONTEND][ONNX] Error converting operator ConvTranspose: InternalError: In Op(relax.add), the first input shape at dim 1 is T.int64(16) and the second input shape at dim 1 is T.int64(32), which are not broadcastable.
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18600
In apache/tvm;
·
coffezhou
opened
on Dec 23, 2025
[Bug] Segfault in <code>tvm.compile (Relax, target=llvm)</code> during TIR pass <code>InjectPTXLDG32</code> / <code>PTXRewriter::VisitStmt_(BufferStore)</code> even though target is CPU-only
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18599
In apache/tvm;
·
tinywisdom
opened
on Dec 23, 2025
[Bug] TVM produces wrong results due to the PRelu operator
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Status: Open.
#18598
In apache/tvm;
·
coffezhou
opened
on Dec 23, 2025
[Tracking Issue] Dogfood <code>tvm-ffi-stubgen</code> in TVM Codebase
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type:rfc-tracking
RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs
RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs
Status: Open.
#18597
In apache/tvm;
·
junrushao
opened
on Dec 22, 2025
You can’t perform that action at this time.