Jump to content
Sign in to follow this  
jalbino59

Wondering what an RTX30 series can do with P3Dv5 DX12

Recommended Posts

3 hours ago, Rob_Ainscough said:

I agree monitoring GPU memory "allocation" may not be 100% accurate, but I'm willing to bet it's at least 90% accurate.

Very interesting blog Rob, thanks for sharing it.  I am as far from a coder as you can get, but it seems that there's a bit of a contradiction in that statement.  According to the blog post .....

" Before CUDA 10.2, the only way to implement this concept in CUDA was to either use cudaMalloc, cudaFree, and cudaMemcpy, or to use cudaMallocManaged and cudaPrefetchAsync to commit the memory as you need it."

Also, a bit further down,

"While the implementation is fairly straightforward,"

(referring to the method above)

" there are a number of performance implications.

  • The cudaMalloc function allocates more than what it needs to grow the allocation. To grow, you need to keep the old allocation and allocate a new allocation with enough room for the old allocation and the extra space, which significantly reduces how much you can grow. If the device only has 2 GiB of memory and you already have a 1 GiB vector, you can’t grow it any larger, as you would need 1 GiB plus how much you need to grow. Effectively, you can’t grow a vector that is larger than half of the GPU memory.
  • Each allocation must be mapped to all peer contexts, even if it is never used in those peer contexts.
  • The cudaMemcpy call adds latency to the growing request and uses precious memory bandwidth to duplicate data. This bandwidth could be better spent elsewhere.
  • The cudaFree call waits for all pending work on the current context (and all the peer contexts as well) before proceeding."

So it seems to me that the article is stating that there are methods to distribute memory resources more efficiently and precisely than the quoted context.  Are you saying that optimistically, there is only 10% more accuracy to be gained with optimizations.  I'm not being contrarian, just curious.  

What are your thoughts on what performance would be like with the RTX3000 "current" line and DX12 and Vulcan when it comes to simulators that use those engines?  Seeing the DX11 sim results, I'm not very stoked.   

 

Edited by jalbino59

Jose A.

Core Components: AMD Ryzen7 7700X - G.Skill FlareX 32 GB DDR5 6000 CL36 (XMP)  - Gigabyte B650M Aorus Elite AX  - Asus ROG Strix RTX3060 12gb

Storage: WD Black SN750 NVMe 1TB - AData sx8200 Pro NVMe 1TB - Samsung 860 EVO 500GB - Samsung 870 EVO 1TB

WIN10 - P3D v.5.3 HF2 - XPLANE 11 - MSFS

 

Share this post


Link to post
Share on other sites
25 minutes ago, Rob_Ainscough said:

I'm not a graphics expert either, hopefully it doesn't come across that way.

Not at all, your insights are appreciated, I've gathered a wealth of good information from videos or posts you've made. Keep the information coming!

 

26 minutes ago, Rob_Ainscough said:

I think MSFS needs to get onto DX12 ASP, but I have zero experience with any 3000 series GPU, hopefully next week but who knows if I can defeat the buy Bots.

As do I.  Good luck with those bots! If you do manage to get your hands on one, please post your impressions.  

  • Upvote 1

Jose A.

Core Components: AMD Ryzen7 7700X - G.Skill FlareX 32 GB DDR5 6000 CL36 (XMP)  - Gigabyte B650M Aorus Elite AX  - Asus ROG Strix RTX3060 12gb

Storage: WD Black SN750 NVMe 1TB - AData sx8200 Pro NVMe 1TB - Samsung 860 EVO 500GB - Samsung 870 EVO 1TB

WIN10 - P3D v.5.3 HF2 - XPLANE 11 - MSFS

 

Share this post


Link to post
Share on other sites
20 hours ago, micstatic said:

I mean it's not total nonsense.  I'm personally looking forward to bring my texture resolution back to 4096 instead of 2048.  that won't be a challenge on the 3090

Obviously you are right that the 3090 is the thing to have but at more than twice the price of a 3080, the latter is going to be the choice for many.

  • Like 1

                                  ngxu_banner.png

Share this post


Link to post
Share on other sites
On 9/17/2020 at 2:24 PM, Chapstick said:

Not enough VRAM unless you can afford the 3090.

See https://videocardz.com/newz/gigabyte-confirms-geforce-rtx-3060-8gb-rtx-3070-16gb-and-rtx-3080-20gb


Gigabyte x670 Aorus Elite AX MB; AMD 7800X3D CPU; Deepcool LT520 AIO Cooler; 64 Gb G.Skill Trident Z5 NEO DDR5 6000; Win11 Pro; P3D V5.4; 1 Samsung 990 2Tb NVMe SSD: 1 Crucial 4Tb MX500 SATA SSD; 1 Samsung 860 1Tb SSD; Gigabyte Aorus Extreme 1080ti 11Gb VRAM; Toshiba 43" LED TV @ 4k; Honeycomb Bravo.

 

Share this post


Link to post
Share on other sites
2 hours ago, pgde said:

Yes, those are the cards could be worth waiting for if you're using V5. 

I'm getting a lot of flak for saying the current 3000 series SKUs doesn't have enough VRAM, but I'm right. If you're on an 8GB card, spending $700+ for 2 measly GB more isn't worth it. 

Share this post


Link to post
Share on other sites

Well, you are in good company. Virtually all reviewers that I have seen/read ding Nvidia for only 10Gb of VRAM which is why I think the AIBs will be adding VRAM to their cards. I agree that DX12 will be much more VRAM hungry!


Gigabyte x670 Aorus Elite AX MB; AMD 7800X3D CPU; Deepcool LT520 AIO Cooler; 64 Gb G.Skill Trident Z5 NEO DDR5 6000; Win11 Pro; P3D V5.4; 1 Samsung 990 2Tb NVMe SSD: 1 Crucial 4Tb MX500 SATA SSD; 1 Samsung 860 1Tb SSD; Gigabyte Aorus Extreme 1080ti 11Gb VRAM; Toshiba 43" LED TV @ 4k; Honeycomb Bravo.

 

Share this post


Link to post
Share on other sites
3 hours ago, pgde said:

Well, you are in good company. Virtually all reviewers that I have seen/read ding Nvidia for only 10Gb of VRAM which is why I think the AIBs will be adding VRAM to their cards. I agree that DX12 will be much more VRAM hungry!

The AIB`s will wait for Nvidia to release the next cards then mod them.


 

Raymond Fry.

PMDG_Banner_747_Enthusiast.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...