Okay, this is strange, as well... all three GPUs are maxing out at only 80% usage... I have them all set to use the max 120% power target. How do I increase that to get them all to 100% usage?
You can't do that manually. Renderer use them as much as possible. It depends to calculation requirement ...
Search found 10 matches
- Wed Dec 14, 2016 9:18 pm
- Forum: Maxon Cinema 4D
- Topic: Upgraded GPUs... not what I was exepcting :(
- Replies: 12
- Views: 4125
- Wed Dec 14, 2016 9:12 pm
- Forum: Maxon Cinema 4D
- Topic: Upgraded GPUs... not what I was exepcting :(
- Replies: 12
- Views: 4125
Re: Upgraded GPUs... not what I was exepcting :(
None of them have priorities set (low or high)... none of them are checkedmesut wrote:try unchecking "low priority" in your devices settings in c4d.edensoto wrote:... Still can't figure out why the cards are topping out at 80% usage, though.
- Wed Dec 14, 2016 9:02 pm
- Forum: Maxon Cinema 4D
- Topic: Upgraded GPUs... not what I was exepcting :(
- Replies: 12
- Views: 4125
Re: Upgraded GPUs... not what I was exepcting :(
to give You propper reply. based n numbers & speeds..
gk110 based cards like 780Tis or Titan Blacks could score around ~110 in OctaneBench
1080s for now score ~140 & in some cases 160.. so 3x 140+ is around the same as 4x 110..
Consider the fact You're comparing High end card from one generation ...
gk110 based cards like 780Tis or Titan Blacks could score around ~110 in OctaneBench
1080s for now score ~140 & in some cases 160.. so 3x 140+ is around the same as 4x 110..
Consider the fact You're comparing High end card from one generation ...
- Wed Dec 14, 2016 8:52 pm
- Forum: Maxon Cinema 4D
- Topic: Upgraded GPUs... not what I was exepcting :(
- Replies: 12
- Views: 4125
Re: Upgraded GPUs... not what I was exepcting :(
Okay, this is strange, as well... all three GPUs are maxing out at only 80% usage... I have them all set to use the max 120% power target. How do I increase that to get them all to 100% usage?
- Wed Dec 14, 2016 8:36 pm
- Forum: Maxon Cinema 4D
- Topic: Upgraded GPUs... not what I was exepcting :(
- Replies: 12
- Views: 4125
Re: Upgraded GPUs... not what I was exepcting :(
hi, Edensoto,
Here is a thing, & I'll try to explain what happened =) the reason OctaneBench has different scenes.. is because You can not judge cards performance based on one specific kernel or one specific scene. As far as I understand cards from different architectures behave differently..on ...
Here is a thing, & I'll try to explain what happened =) the reason OctaneBench has different scenes.. is because You can not judge cards performance based on one specific kernel or one specific scene. As far as I understand cards from different architectures behave differently..on ...
- Wed Dec 14, 2016 8:06 pm
- Forum: Maxon Cinema 4D
- Topic: 3x TITAN Maxwell Vs 4x GTX 1080
- Replies: 2
- Views: 1573
Re: 3x TITAN Maxwell Vs 4x GTX 1080
Just made a similar post myself:
viewtopic.php?f=30&t=58072
I was expecting a much bigger boost coming from 4 x 780 Ti's to 3 x 1080 SC's and my test render results were almost identical... as in... no performance increase whatsoever.
viewtopic.php?f=30&t=58072
I was expecting a much bigger boost coming from 4 x 780 Ti's to 3 x 1080 SC's and my test render results were almost identical... as in... no performance increase whatsoever.
- Wed Dec 14, 2016 8:00 pm
- Forum: Maxon Cinema 4D
- Topic: Upgraded GPUs... not what I was exepcting :(
- Replies: 12
- Views: 4125
Upgraded GPUs... not what I was exepcting :(
Have an ASUS Z9PE-D8 WS and previously had 4 x 780 Ti GPUs on it, just upgraded to 3 x 1080 SC GPUs and before swapping them out, I made a test scene for myself... on the 780 Ti's, it rendered in 10:00 min... with the three 1080 SC's, it rendered in 10:04. Even tried keeping one of the 780 Ti's in ...
- Thu Dec 08, 2016 12:50 am
- Forum: Maxon Cinema 4D
- Topic: Feed Octane RGB values to C4D RGB values?
- Replies: 4
- Views: 2324
Re: Feed Octane RGB values to C4D RGB values?
Virtual toast! You are amazing. Thank you again.aoktar wrote:Check this bonus scene;)
- Thu Dec 08, 2016 12:41 am
- Forum: Maxon Cinema 4D
- Topic: Feed Octane RGB values to C4D RGB values?
- Replies: 4
- Views: 2324
Re: Feed Octane RGB values to C4D RGB values?
Make a color tranform with python
linear -> srgb
or
srgb -> linear
don't forget to multipy octane values by 255.0 for 8bit color outputs
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.utils/index.html#c4d.utils.TransformColor
THANK YOU! I will give that a shot, but given ...
linear -> srgb
or
srgb -> linear
don't forget to multipy octane values by 255.0 for 8bit color outputs
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.utils/index.html#c4d.utils.TransformColor
THANK YOU! I will give that a shot, but given ...
- Thu Dec 08, 2016 12:18 am
- Forum: Maxon Cinema 4D
- Topic: Feed Octane RGB values to C4D RGB values?
- Replies: 4
- Views: 2324
Feed Octane RGB values to C4D RGB values?
Having a hard time wrapping my head around an issue... what I'm trying to do is convert an Octane Diffuse channel's Color RGB values to C4D's RGB value with no success. My closest attempt was feeding the Octane's RGB value (0 to 1) through a Range Mapper using a min/max of 0 and 255 to Octane's 0 to ...