dopetalk does not endorse any advertised product nor does it accept any liability for it's use or misuse


Our Discord Notification Server invitation link is https://discord.gg/jB2qmRrxyD

Author Topic: The Mainframe Angle -- IBM's Telum vs GPU AI Architecture  (Read 17 times)

Online Chip (OP)

  • Server Admin
  • Moderator
  • Hero Member
  • ***
  • Administrator
  • *****
  • Join Date: Dec 2014
  • Location: Australia
  • Posts: 7158
  • Reputation Power: 0
  • Chip has hidden their reputation power
  • Gender: Male
  • Last Login:Today at 06:36:22 AM
  • Deeply Confused Learner
  • Profession: IT Engineer now retired
IBM Telum vs GPU AI Architecture — Discussion Thread



Quote
User: I'm not clear on that

Assistant:

Fair enough — here’s the simple version.

---

The core idea

There are two ways to do AI in big systems:

---

1. “Do it inside the transaction system” (IBM Telum approach)

Think:

AI decision happens while processing a live transaction

Flow:
- transaction arrives 
- CPU processes it 
- AI inference happens inline 
- decision is immediate 

Mental model: one system, one continuous pipeline

---

2. “Send it to a separate AI engine” (GPU approach)

Think:

data is sent to a separate compute cluster for processing

Flow:
- data leaves system 
- processed on GPU cluster 
- result returned 

Mental model: main system + external compute farm

---

Why this difference matters

Telum approach:
- ultra-low latency 
- decision during transaction 
- no data movement off-chip 

Example: fraud detection during card payment

---

GPU approach:
- very high throughput 
- batch-oriented computation 
- data movement overhead acceptable 

Example: training large AI models

---

Simple analogy

Telum: cashier decides fraud risk while you pay 
GPU: back office analyses transactions later

---

Bottom line

- Telum = AI inside transaction CPU (low latency)
- GPUs = AI in external compute systems (high throughput)



Quote
User: So Telum is still massively parallel?

Assistant:

Yes — but not like GPUs.

---

Key correction

GPUs:
- thousands of cores 
- SIMD/SIMT execution 
- wide parallelism across data 

Think:
> many workers doing the same task simultaneously

---

Telum:

- few powerful cores 
- deep pipelines 
- large cache system 
- embedded AI inference accelerator 

So:
> parallelism comes from pipeline efficiency, not core count

---

Parallelism types in Telum

1. Instruction-level parallelism
- multiple instructions per cycle 
- out-of-order execution 

2. Cache-level optimisation
- keeps data on-chip 
- reduces memory latency 

3. AI accelerator datapath
- hardware inference engine 
- optimised for real-time decisions 

---

What Telum is NOT

- not thousands of GPU-style cores 
- not batch matrix training hardware 
- not wide SIMD compute engine 

---

Comparison

| Feature | Telum | GPU |
|--------|------|-----|
| Parallel model | deep pipelines | wide SIMD |
| Core count | low | very high |
| Strength | latency | throughput |
| Use case | transactions | training |

---

Bottom line

Telum is parallel, but:

performance comes from architectural depth, not massive core scaling



End of thread
friendly
0
funny
0
informative
0
agree
0
disagree
0
like
0
dislike
0
No reactions
No reactions
No reactions
No reactions
No reactions
No reactions
No reactions
Our Discord Server invitation link is https://discord.gg/jB2qmRrxyD

Tags:
 

Related Topics

  Subject / Started by Replies Last post
0 Replies
14324 Views
Last post February 10, 2025, 08:36:55 PM
by smfadmin
0 Replies
21 Views
Last post Today at 03:11:02 AM
by Chip
0 Replies
4 Views
Last post Today at 06:36:22 AM
by Chip


dopetalk does not endorse any advertised product nor does it accept any liability for it's use or misuse





TERMS AND CONDITIONS

In no event will d&u or any person involved in creating, producing, or distributing site information be liable for any direct, indirect, incidental, punitive, special or consequential damages arising out of the use of or inability to use d&u. You agree to indemnify and hold harmless d&u, its domain founders, sponsors, maintainers, server administrators, volunteers and contributors from and against all liability, claims, damages, costs and expenses, including legal fees, that arise directly or indirectly from the use of any part of the d&u site.


TO USE THIS WEBSITE YOU MUST AGREE TO THE TERMS AND CONDITIONS ABOVE


Founded December 2014
SimplePortal 2.3.6 © 2008-2014, SimplePortal