no GPU render CUDA 8 Ubuntu 16.04 (was good with 7) #49311

Closed
opened 2016-09-09 23:42:07 +02:00 by Jaufré Aligé · 9 comments

Hey,

System Information
I'm using Ubuntu 16.04 x86_64 nvidia-370 (and just tried changing back to 367) I used nvidia-367 + CUDA kit 7 from repository and blender 2.77 until some weeks ago without any problem.
I have a GTX 780.

Blender Version
Broken: blender 2.78 RC from ppa:thomas-schiex/blender (package "blender" but "blende-edge" looks like the same atm). No GPU rendering.
Archive "blender-2.78-d0e7c7a-linux-glibc219-x86_64.tar.bz2" from blender.org : same thing
2.77a : same

Short description of error
I'm trying this because some people asked me if they could use their new GTX 1070 and 1080 with blender (they need CUDA 8).
I installed CUDA kit 8 from Nvidia website, then opened Blender 3.78RC1 : no GPU render.

Exact steps for others to reproduce the error
Install CUDA 8 from developer.nvidia.com, open Blender. Go to Preferences → system : no GPU rendering

Hey, **System Information** I'm using Ubuntu 16.04 x86_64 nvidia-370 (and just tried changing back to 367) I used nvidia-367 + CUDA kit 7 from repository and blender 2.77 until some weeks ago without any problem. I have a GTX 780. **Blender Version** Broken: blender 2.78 RC from ppa:thomas-schiex/blender (package "blender" but "blende-edge" looks like the same atm). No GPU rendering. Archive "blender-2.78-d0e7c7a-linux-glibc219-x86_64.tar.bz2" from blender.org : same thing 2.77a : same **Short description of error** I'm trying this because some people asked me if they could use their new GTX 1070 and 1080 with blender (they need CUDA 8). I installed CUDA kit 8 from Nvidia website, then opened Blender 3.78RC1 : no GPU render. **Exact steps for others to reproduce the error** Install CUDA 8 from developer.nvidia.com, open Blender. Go to Preferences → system : no GPU rendering
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Jau

Added subscriber: @Jau

Added subscriber: @mont29

Added subscriber: @mont29
Sergey Sharybin was assigned by Bastien Montagne 2016-09-10 12:50:01 +02:00

Afaik Cuda 8 is only supported for newest GPU (10xx series), older one are expected to be used with Cuda 7 (8 one is slower on older GPUs iirc).

Anyway, will let guys knowing this area better decide about this report.

Afaik Cuda 8 is only supported for newest GPU (10xx series), older one are expected to be used with Cuda 7 (8 one is slower on older GPUs iirc). Anyway, will let guys knowing this area better decide about this report.

Please run blender with --debug-cycles command line argument, go to User Preferences System tab (to force Cycles to enumerate devices) and attach the log here.

Please run blender with `--debug-cycles` command line argument, go to `User Preferences` `System` tab (to force Cycles to enumerate devices) and attach the log here.
Author

~$ blender --debug-cycles
I0910 22:17:55.253943 5681 blender_python.cpp:185] Debug flags initialized to:
CPU flags:

AVX2   : True
AVX    : True
SSE4.1 : True
SSE3   : True
SSE2   : True

CUDA flags:
Adaptive Compile: False
OpenCL flags:

Device type : ALL
Kernel type : DEFAULT
Debug       : False

I0910 22:18:13.403460 5681 device_cuda.cpp:1336] CUEW initialization succeeded
I0910 22:18:13.409051 5681 device_cuda.cpp:1347] Neither precompiled kernels nor CUDA compiler wad found, unable to use CUDA
I0910 22:18:13.409991 5681 device_opencl.cpp:3290] CLEW initialization succeeded.
I0910 22:18:13.424139 5681 device_opencl.cpp:278] Enumerating devices for platform NVIDIA CUDA.
I0910 22:18:13.424168 5681 device_opencl.cpp:346] Ignoring device GeForce GTX 780, not officially supported yet.

~$ blender --debug-cycles I0910 22:17:55.253943 5681 blender_python.cpp:185] Debug flags initialized to: CPU flags: ``` AVX2 : True AVX : True SSE4.1 : True SSE3 : True SSE2 : True ``` CUDA flags: Adaptive Compile: False OpenCL flags: ``` Device type : ALL Kernel type : DEFAULT Debug : False ``` I0910 22:18:13.403460 5681 device_cuda.cpp:1336] CUEW initialization succeeded I0910 22:18:13.409051 5681 device_cuda.cpp:1347] Neither precompiled kernels nor CUDA compiler wad found, unable to use CUDA I0910 22:18:13.409991 5681 device_opencl.cpp:3290] CLEW initialization succeeded. I0910 22:18:13.424139 5681 device_opencl.cpp:278] Enumerating devices for platform NVIDIA CUDA. I0910 22:18:13.424168 5681 device_opencl.cpp:346] Ignoring device GeForce GTX 780, not officially supported yet.

So the build you're using has no precompiled CUDA kernels. This is something what only your PPA maintainer can fix. Please report the issue to him.

However, builds from builder.b.o does have precompiled kernels, so it's not clear why they do not have GPU support for them. Please do the same --debug-cycles thing for our builds from builder.b.o

So the build you're using has no precompiled CUDA kernels. This is something what only your PPA maintainer can fix. Please report the issue to him. However, builds from builder.b.o does have precompiled kernels, so it's not clear why they do not have GPU support for them. Please do the same `--debug-cycles` thing for our builds from builder.b.o
Author

This is crazy : I just downloaded the archive again and now : CUDA.png

output :
~/blender-2.78-d0e7c7a-linux-glibc219-x86_64$ ./blender --debug-cycles
found bundled python: /home/psychojau/blender-2.78-d0e7c7a-linux-glibc219-x86_64/2.78/python
I0910 22:49:42.788199 6135 blender_python.cpp:185] Debug flags initialized to:
CPU flags:

AVX2   : True
AVX    : True
SSE4.1 : True
SSE3   : True
SSE2   : True

CUDA flags:
Adaptive Compile: False
OpenCL flags:

Device type : ALL
Kernel type : DEFAULT
Debug       : False

I0910 22:49:50.333578 6135 device_cuda.cpp:1336] CUEW initialization succeeded
I0910 22:49:50.333597 6135 device_cuda.cpp:1338] Found precompiled kernels
I0910 22:49:50.342881 6135 device_opencl.cpp:3290] CLEW initialization succeeded.
I0910 22:49:50.344633 6135 device_opencl.cpp:278] Enumerating devices for platform NVIDIA CUDA.
I0910 22:49:50.344660 6135 device_opencl.cpp:346] Ignoring device GeForce GTX 780, not officially supported yet.

Looks like it's ok now.

This is crazy : I just downloaded the archive again and now : ![CUDA.png](https://archive.blender.org/developer/F357291/CUDA.png) output : ~/blender-2.78-d0e7c7a-linux-glibc219-x86_64$ ./blender --debug-cycles found bundled python: /home/psychojau/blender-2.78-d0e7c7a-linux-glibc219-x86_64/2.78/python I0910 22:49:42.788199 6135 blender_python.cpp:185] Debug flags initialized to: CPU flags: ``` AVX2 : True AVX : True SSE4.1 : True SSE3 : True SSE2 : True ``` CUDA flags: Adaptive Compile: False OpenCL flags: ``` Device type : ALL Kernel type : DEFAULT Debug : False ``` I0910 22:49:50.333578 6135 device_cuda.cpp:1336] CUEW initialization succeeded I0910 22:49:50.333597 6135 device_cuda.cpp:1338] Found precompiled kernels I0910 22:49:50.342881 6135 device_opencl.cpp:3290] CLEW initialization succeeded. I0910 22:49:50.344633 6135 device_opencl.cpp:278] Enumerating devices for platform NVIDIA CUDA. I0910 22:49:50.344660 6135 device_opencl.cpp:346] Ignoring device GeForce GTX 780, not officially supported yet. Looks like it's ok now.
Author

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
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
EEVEE & Viewport
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
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
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
EEVEE & Viewport
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
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
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
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#49311
No description provided.