BookmarkSubscribeRSS Feed
Varada
Calcite | Level 5

How to use GPU to support SAS operation?

3 REPLIES 3
Kurt_Bremser
Super User

If you mean the graphics coprocessor of your video card, then the basic answer is AFAIK "no".

SAS is written as a highly portable software system, where most platforms have very powerful CPUs that don't need the support of coprocessors.

And the maximum numerical precision used is 64-bit real numbers, which are easily handled by today's main processors even in simple PC's

joerg_schad
Calcite | Level 5

Is there any update as of 2018 to this question?

ChrisNZ
Tourmaline | Level 20

Nothing has changed.

 

GPUs are 1) targeted at very specialised worlloads 2) optimised for highly parallel work and 3) proprietary hardware.

 

In contrast 1) SAS processes are varied, 2) mostly single-threaded, and 3) SAS is portable across different platforms (just four really these days: AMD-64, IBM's Power Architecture, HP's PA-RISC, and IBM's mainframes).

 

Furthermore, the bottleneck in SAS processes is seldom the CPU (though that is changing as the speed of CPUs doesn't increase very much nowadays, while storage speeds are leaping ahead).

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 4498 views
  • 0 likes
  • 4 in conversation