Jump to content

Hi,

 

I'm here to ask if anyone possibly knows about using their GPU to do calculations for Google Sheets. From what I understand, Google Javascript functions are run on the server; however, Google Sheet formula calculations are done locally. Because our workplace CPUs are a tad bit slow, I was hoping the internal graphics or whatever graphics we had could help do calculations as well. I turned on WebGL on Google Chrome and found this one thing on GitHub called gpu.js. I don't know how to implement it or use anything from GitHub. Is there any other way I could use my GPU for Google Sheets local calculations? Any help would be highly appreciated! I am trying to improve the work environment for everyone here and our IT department isn't cooperating by providing us with better hardware that I would rather have in our systems. Thank you :)

Link to comment
https://linustechtips.com/topic/671156-gpu-accelerated-google-sheets/
Share on other sites

Link to post
Share on other sites

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to post
Share on other sites

1 hour ago, APasz said:

The GPU will already be doing what it can, which isn't a huge amount.

That depends on whether or not they're using sheets for statistical forecasting or simulation. That's a lot of potentially parallel calculations.

Software Engineer for Suncorp (Australia), Computer Tech Enthusiast, Miami University Graduate, Nerd

Link to post
Share on other sites

43 minutes ago, patrickjp93 said:

That depends on whether or not they're using sheets for statistical forecasting or simulation. That's a lot of potentially parallel calculations.

I agree but there is a limit to what can be done with google sheets or any over net number crunching systems. Unless something has changed in the last few months since I last had a look. The GPU can't be fully utilised.

-アパゾ

Link to post
Share on other sites

5 minutes ago, APasz said:

I agree but there is a limit to what can be done with google sheets or any over net number crunching systems. Unless something has changed in the last few months since I last had a look. The GPU can't be fully utilised.

If it uses OpenMP offloading, OpenACC, or OpenCL, the GPU can be fully utilized. It's no different than having excel or calc do it.

Software Engineer for Suncorp (Australia), Computer Tech Enthusiast, Miami University Graduate, Nerd

Link to post
Share on other sites

14 hours ago, patrickjp93 said:

If it uses OpenMP offloading, OpenACC, or OpenCL, the GPU can be fully utilized. It's no different than having excel or calc do it.

is there any way to know if it does?

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

So essentially, if I were to stick with Google Sheets, nothing can be done until I upgrade my existing hardware to do better number crunching. Is that correct? 

Link to post
Share on other sites

5 hours ago, vorticalbox said:

is there any way to know if it does?

You'd have to dynamically scan RAM while using Google sheets and hope you get lucky and find either p-thread code or a GPU kernel.

 

4 hours ago, tomoki said:

So essentially, if I were to stick with Google Sheets, nothing can be done until I upgrade my existing hardware to do better number crunching. Is that correct? 

Even Kepler can do OpenCL.

Software Engineer for Suncorp (Australia), Computer Tech Enthusiast, Miami University Graduate, Nerd

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×