Add the sm_89 arch to the default CUDA binaries #107585
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#107585
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":Cuda_sm_89"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Without this, support for newer NVIDIA cards will not be compiled with pre-compiling the CUDA binaries.
@blender-bot build
@blender-bot package
Package build started. Download here when ready.
We'll have to upgrade to a newer CUDA version to support this architecture. I'll put it on my todo list.
Hmm it works on my computer. I guess it might be because I have a newer cuda-toolkit (12.1) perhaps?
EDIT: Gah, the page didn't refresh automatically so I didn't see that you had replied already stating the same thing.
@blender-bot package
Package build started. Download here when ready.
Good news: CUDA 12 is installed on all currently available Rocky and Windows workers.
Bad news: it does not seem we can avoid having 3 version of CUDA. With the current configuration the sm_36 and sm_37 are silently (!) missing.
I would need to work further on the build pipeline on the bot side to allow specifying cuda10, cuda11, and cuda12. And somehow do it in a way that does not interfere with LTS builders.
Marking as requested changes to indicate that the current code should not be merged.
EDIT: Not dully silently, there is a print about it, but it is so easy to miss..
@blender-bot package
Package build started. Download here when ready.
The Windows build succeeded after the "Rebuild" on the buildbot (it was some intermittent problem on the worker).
Both Linux and Windows now have full set of CUDA kernels.
From my side the code is good to go.
Thanks!