- Posts: 54
- Thank you received: 1
×
Discussions for CodeTyphon Object Pascal Programming Language
Question Load GPU for calculations!
- Tigr
- Topic Author
- Offline
- Junior Member
-
Less
More
4 years 8 months ago #11061
by Tigr
Load GPU for calculations! was created by Tigr
Good day!
Ask such a question as you can use the power of the GPU to perform calculations for a particular function... search specific answer to this question is not allowed((( based on my small knowledge....)
How can the means of the CT transfer function GPU for example to add 2 numbers and get the answer?
//Hardware: Nvidia GeForce
Ask such a question as you can use the power of the GPU to perform calculations for a particular function... search specific answer to this question is not allowed((( based on my small knowledge....)
How can the means of the CT transfer function GPU for example to add 2 numbers and get the answer?
//Hardware: Nvidia GeForce
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 8 months ago - 4 years 8 months ago #11062
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Load GPU for calculations!
Sir
the only GPU low level API (we know) to perform calculations is Vulkan
OpenGL want a surface to draw and to perform GPU calculations.
You can test Vulcan with pl_Vulkan CT library.
Welcome to DEEP Programming Ocean...
the only GPU low level API (we know) to perform calculations is Vulkan
OpenGL want a surface to draw and to perform GPU calculations.
You can test Vulcan with pl_Vulkan CT library.
Welcome to DEEP Programming Ocean...

PilotLogic Architect and Core Programmer
Last edit: 4 years 8 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- Tigr
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 54
- Thank you received: 1
4 years 8 months ago #11063
by Tigr
Replied by Tigr on topic Load GPU for calculations!
thank you!
Please Log in or Create an account to join the conversation.