Tag: directx

Copy Directx12 to cuda memory – CUDA Programming and Performance

Hello, I’m trying to copy a directx12 texture (content of a backbuffer) to cuda memory.So I ‘ve followed the cuda sample and it works, but my algorithm can be more efficient void* pData = nullptr; cudaExternalMemoryBufferDesc buffDesc{}; memset(&buffDesc, 0, sizeof(buffDesc)); buffDesc.offset = 0; buffDesc.size = d3d12Texture.memSize; cudaExternalMemoryGetMappedBuffer(&pData, m_externalMemory, &buffDesc); auto…

Continue Reading Copy Directx12 to cuda memory – CUDA Programming and Performance

OpenAI Whisper Audio Transcription Benchmarked on 18 GPUs: Up to 3,000 WPM

The best graphics cards (opens in new tab) aren’t just for gaming, especially not when AI-based algorithms are all the rage. Besides ChatGPT (opens in new tab), Bard (opens in new tab), and Bing Chat (opens in new tab) (aka Sydney), which all run on data center hardware, you can…

Continue Reading OpenAI Whisper Audio Transcription Benchmarked on 18 GPUs: Up to 3,000 WPM

NVIDIA Unlocks Higher Quality Textures With Neural Compression For 4X VRAM Savings

If you read this site, chances are pretty good that you’ve probably played around with a neural image upscaler at some point. These programs, like the popular “waifu2x”, use a pre-trained neural network to upscale an image without introducing blurring, pixelated artifacts, or excess noise, giving you a clean upscaled…

Continue Reading NVIDIA Unlocks Higher Quality Textures With Neural Compression For 4X VRAM Savings

game crash on startup – Support & Bug Reports

By Alden Graham · Posted 1 hour ago Please help. Minecraft is crashing and not responding because of error. Code: —- Minecraft Crash Report —- // Surprise! Haha. Well, this is awkward. Time: 2023-02-20 19:29:33 Description: Initializing game java.lang.RuntimeException: null at net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:326) ~[forge-1.19.2-43.2.4-universal.jar%23318!/:?] {re:mixin,re:classloading,pl:mixin:APP:supermartijn642corelib.mixins.json:GameDataMixin,pl:mixin:A} at net.minecraftforge.common.ForgeStatesProvider.lambda$new$4(ForgeStatesProvider.java:25) ~[forge-1.19.2-43.2.4-universal.jar%23318!/:?] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207)…

Continue Reading game crash on startup – Support & Bug Reports

how to make 2d rendering on directx 11 more faster – Graphics and GPU Programming

I make an editor for own game engine and I used for 2d rendering Direct2D but I wanted to render a directx texture on window in editor, I didn’t find convenient way to convert directx texture to direct2d bitmap. I decided to make own 2d render on directx 11 and…

Continue Reading how to make 2d rendering on directx 11 more faster – Graphics and GPU Programming

Best Launch Options For Gmod

The -safe launch option will cause the game to launch with minimal video settings, in windowed mode and with a x resolution. This can be helpful for solving video configuration problems. Jonah’s O5 Application – Whitelist Applications – Werwolf This can be helpful for solving video configuration problems.  I finally…

Continue Reading Best Launch Options For Gmod