﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ANazg-gul%2FCyclesGPU</id>
	<title>利用者:Nazg-gul/CyclesGPU - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ANazg-gul%2FCyclesGPU"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nazg-gul/CyclesGPU&amp;action=history"/>
	<updated>2026-04-20T09:19:14Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nazg-gul/CyclesGPU&amp;diff=150107&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nazg-gul/CyclesGPU&amp;diff=150107&amp;oldid=prev"/>
		<updated>2018-06-28T21:14:43Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:14時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nazg-gul/CyclesGPU&amp;diff=150106&amp;oldid=prev</id>
		<title>wiki&gt;Nazg-gul: Created page with &quot;= Solving GPU issues with Cycles =  This is more like a placeholder page to write and refine instructions before they go into the official manual.  == Unknown CUDA error -999 == ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Nazg-gul/CyclesGPU&amp;diff=150106&amp;oldid=prev"/>
		<updated>2015-09-07T07:14:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Solving GPU issues with Cycles =  This is more like a placeholder page to write and refine instructions before they go into the official manual.  == Unknown CUDA error -999 == ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Solving GPU issues with Cycles =&lt;br /&gt;
&lt;br /&gt;
This is more like a placeholder page to write and refine instructions before they go into the official manual.&lt;br /&gt;
&lt;br /&gt;
== Unknown CUDA error -999 ==&lt;br /&gt;
&lt;br /&gt;
On quite recent Linux distros it's possible that Cycles wouldn't be able to use CUDA even tho all drivers and toolkits are installed.&lt;br /&gt;
&lt;br /&gt;
Symptom of this problem is that there's an unknown error with cod -999 is printed into the console when doing cuInit().&lt;br /&gt;
&lt;br /&gt;
Reasons why it happens is because NVidia changed the memory model in their drivers introducing so called unified memory model. It requires having special device file which isn't being prepared by the kernel in certain distros.&lt;br /&gt;
&lt;br /&gt;
In order to solve this it's possible to create a special udev rule which will take care of creating such a device. For this simple create new udev rule, say /etc/udev/rules.d/90-nvidia_uvm.rules and put the following line into that file:&lt;br /&gt;
&lt;br /&gt;
  KERNEL==&amp;quot;nvidia_uvm&amp;quot;, RUN+=&amp;quot;/bin/bash -c '/bin/mknod -m 664 /dev/nvidia-uvm c $(grep nvidia-uvm /proc/devices | cut -d \  -f 1) 0; /bin/chgrp video /dev/nvidia-uvm'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
After reboot the file should exist and Cycles should totally be able to use CUDA.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Nazg-gul</name></author>
		
	</entry>
</feed>