Recent content by Tugrul_512bit

  1. Tugrul_512bit

    News Turn-Based Strategy Game Allows You To Run a CPU Company

    Hi, I started development, although with a different name and programming language (C++, Advanced Macro Devices: Deadlock Tycoon https://github.com/tugrul512bit/AdvancedMacroDevices), I'm determined to complete it. But not sure how much time it will take. Maybe 1-2 years. I'm doing this on my...
  2. Tugrul_512bit

    Question Would CUDA add Physics cores on top of raytracing cores?

    Raytracing has been an importance lately. But some games also require simulations of particles by heavy use of square-root function, additions and multiplications with much simpler algorithm than raytracing. I think some physics-based games would get a lot of FPS boost by just few such cores...
  3. Tugrul_512bit

    Question Can a file be corrupted while having the same size?

    A bit flips because of cosmic rays and its still same size, with a different character code.
  4. Tugrul_512bit

    [SOLVED] GPU instantly crashes after reaching 100% usage

    Could be also this: old CPU was not pushing GPU to the max and GPU was not stable at max load new CPU pushed it to the max and it broke stability or new CPU is taking more power from PSU and it causes stability issues on GPU again Did you try lowering GPU frequency for a small step like 25MHz?
  5. Tugrul_512bit

    [SOLVED] 3090ti SUPRIM with a performance of my old 1080ti ?! How to fix?

    PCIE bandwidth feeds on RAM bandwidth. When textures are going through that, CPU has not much bandwidth left.
  6. Tugrul_512bit

    [SOLVED] Frames drop overnight

    Is it a multiplayer game so that FPS is affected temporarily by your internet service provider performance?
  7. Tugrul_512bit

    News Ryzen 7 7700X Edges Past Core i9-12900K In New Benchmark

    Also AMD's advantage is that its AVX2 is more supported in market rather than AVX512 which even causes performance issues in some servers.
  8. Tugrul_512bit

    Discussion What's your MOST favorite MUSIC GENRE ? **currently playing song on your device** ?

    Korn, Another Brick In the Wall View: https://www.youtube.com/watch?v=lXlcC3WTQzg
  9. Tugrul_512bit

    News Ryzen 7 7700X Edges Past Core i9-12900K In New Benchmark

    Certainly better than my FX8150 that can run at 2.1GHz.
  10. Tugrul_512bit

    News AMD Radeon RX 7000-Series and RDNA 3 GPUs: Everything We Know

    AMD is like Mercedes engine with Lada hull driven by nanny while Nvidia is like Porsche engine on a Chrysler hull driven by Schumacher. When nanny does pedal to the metal, Schumacher eats dust.
  11. Tugrul_512bit

    [SOLVED] Screen recording software for Intel i5-7300U/ HD 620 iGPU ?

    https://www.intel.com/content/www/us/en/developer/articles/technical/encode-and-decode-capabilities-for-7th-generation-intel-core-processors-and-newer.html In above link, it says HD620 has hardware pipelines for HEVC encoding in 10bits or 8bits. Maybe, it has an option for this in OBS. Also...
  12. Tugrul_512bit

    [SOLVED] Best Memory I can upgrade to

    For gaming, depending on algorithm, AVX512 can even decrease the performance due to less turbo frequency boost. Because even when just 1 core computes AVX512, all other cores could decrease their turbo frequency. At least it is what is happening in C++ compiler servers. Even the inventor of...
  13. Tugrul_512bit

    [SOLVED] Best Memory I can upgrade to

    Yeah, AMD has added a lot more threads lately, with all of them it can easily use all its I/O channels. But Intel is going wider SIMD per core and it can yield better performance in some games. Because wider SIMD (like 512 bits instead of 256) makes more register-memory within CPU and nearly...
  14. Tugrul_512bit

    News Nvidia RTX 30-Series Ranks First in Latest Steam Survey

    I'm still running GT1030 and its K420 helpers.