Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,5 @@ pytest -v
```

The default test configuration is specified in [pyproject.toml](pyproject.toml) under the `testpaths` setting.

test test test
2 changes: 2 additions & 0 deletions flashinfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def _check_torch_rocm_compatibility():
3. PyTorch ROCm version matches system ROCm version (if detectable)

Provides helpful error messages to guide users to correct installation.

# FIXME: Test test
"""

# Check for torch package
Expand Down