Sony Technical Information on PS3


Recommended Posts

http://www.watch.impress.co.jp/game/docs/20060329/3dps3.htm

* PPE has 128 VMX registers

* Memory Latency to cell:

1) Register: 1 Cycle

2) L1 Cache : 8 Cycles

3) L2 Cache : 32 Cycles

4) Main memory: 140 Cycles

* Overall Cycles: 500, same as Xbox 360

* 6 SPEs reserved for games, 1 SPE reserved for Operating System

* RSX is based on N47 Nvidia Architecture = Nvidia 7800 GTX

* RSX is 384 Flops per Clock at @550 Mhz, Nvidia 7800 GTX is 728 Flops per Clock @430 Mhz

* SPEs cannot access main memory directly

2)

Link to comment
https://www.neowin.net/forum/topic/447554-sony-technical-information-on-ps3/
Share on other sites

* Memory Latency to cell:

1) Register: 1 Cycle

2) L1 Cache : 8 Cycles

3) L2 Cache : 32 Cycles

4) Main memory: 140 Cycles

* Overall Cycles: 500, same as Xbox 360

Not overall cycles. Xbox 360 main memory have 500+ cycles latency, with latency lower is better.

Anyway most of this is already know before.

Sony upgraded the VMX registers on the PPE from 64 to 128

I thought RSX was just a G70 @ 128bit, if that is true its a downgrade from what I assumed it to be.

it shouldnt have been a surprise. GTX has more memory bandwidth than RSX. even X1900 has more memory bandwidth than the Xenos in Xbox 360

it shouldnt have been a surprise. GTX has more memory bandwidth than RSX. even X1900 has more memory bandwidth than the Xenos in Xbox 360

No, my point was that I expected RSX to turn out the same number of flops per clock as a regular G70 but it would have less memory bandwidth (128bit).

According to your specs, you have the the RSX at lower flop per clock performance. <- Where did you get that figure btw? :huh:

No, my point was that I expected RSX to turn out the same number of flops per clock as a regular G70 but it would have less memory bandwidth (128bit).

According to your specs, you have the the RSX at lower flop per clock performance. <- Where did you get that figure btw? :huh:

RSX

http://www.watch.impress.co.jp/game/docs/2...329/3dps309.jpg

G70(7800 GTX)

http://www.pcperspective.com/images/review.../g70summary.jpg

personally I dont think it really matters, does it? I mean if the programmers can take full utilization from the cell, couldn't they really just render most of the stuff needed on the processor subtract textures-fillings-etc? If so this would take the load off of the gpu, and allowing the gpu to do all textures-hdr-bumpmapping-etc..?

So if the cell only has 6 usable SPEs and it's supposed to do some graphics, all those kick-ass physics and whatnot -- whats going to run the gamecode? :blink:

People have to realise that the Cell isn't some super processor (outside of the usual marketing speak ofcourse). There has to be balance somewhere. It may be able to do alot of things but surely it can't do them all at once and do them well :rolleyes:

So if the cell only has 6 usable SPEs and it's supposed to do some graphics, all those kick-ass physics and whatnot -- whats going to run the gamecode? :blink:

People have to realise that the Cell isn't some super processor (outside of the usual marketing speak ofcourse). There has to be balance somewhere. It may be able to do alot of things but surely it can't do them all at once and do them well :rolleyes:

The RSX takes care of the graphics the Cell does everything else as far as i know.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • RapidRAW 1.5.7 by Razvan Serea RapidRAW is a beautiful, non-destructive, GPU‑accelerated RAW image editor designed for speed and simplicity. It uses a lightweight (~30 MB), efficient code base built with Rust, React and Tauri. Ideal for Lightroom workflows, it offers rich editing tools—exposure, contrast, highlights, shadows, whites/blacks, tone curves, HSL mixer, dehaze, vignetting, film grain, sharpening, clarity and noise reduction—processed in real-time on the GPU. Features include intuitive masking (brush, linear, radial, AI-powered subject and foreground detection), generative edit layers (via ComfyUI), 32‑bit precision, and full RAW format support through rawler. RapidRAW also provides library management (folder navigation, ratings, metadata, EXIF viewer), batch operations, export presets (JPEG/PNG/TIFF), sidecar editing (.rrdata), undo/redo history, customizable UI themes, smooth animations, resizable panels, and preset copy/paste. A modern high-performance Lightroom alternative with polished UX and creative tools, RapidRAW brings powerful photo editing to photographers seeking speed, responsive GPU feedback, and streamlined workflows. RapidRAW v1.5.7 release notes: This update serves as a direct follow-up to the core architectural migration introduced in v1.5.6. While the transition to a more modular state management system marked a significant step forward for RapidRAW's stability and long-term maintainability, it also introduced several edge cases and regressions within the library and editing workflows. This release focuses on addressing those issues, with a particular emphasis on a complete overhaul of library performance to ensure smooth and responsive browsing following the refactoring. It also resolves inconsistencies in the copy-and-paste workflow and expands RapidRAW's accessibility by adding support for eight additional languages. [full changelog] Download: RapidRAW 1.5.7 | ARM64 | ~20.0 MB (Open Source) View: RapidRAW Home Page | Screenshot | Other operating systems Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!