Hey guys! Is there any blockchains in which a developer of DApps can use a GPU? For example inside of smart contracts. Would be grateful for any piece of information
Sep 18, 2022, 5:40 PM
nope
Sep 18, 2022, 5:43 PM
Like maybe do the gpu computation (ML model for example) outside of an EVM, sending the results to the blockchain and do some kind of voting amongst the validators afterwards to reach a consensus
Sorry if I'm asking stupid questions. New to this topic
Sorry if I'm asking stupid questions. New to this topic
Sep 18, 2022, 5:50 PM
You can do all sorts of stuff off-chain and implement a system where you only submit a proof on-chain of the stuff you did. Very possible but not easy to do
A bit like your own Layer 2.
Sep 18, 2022, 6:33 PM