GrCUDA: A Polyglot Language Binding for CUDA in GraalVM
devblogs.nvidia.com77 ポイント投稿者 markelliot29 コメント
p1: SET a 1
p1: BEGIN
p1: GET a
p1: SET z 1 # imagine this were contingent on reading a
p2: BEGIN
p2: SET a 2
p2: COMMIT
p1: COMMIT # expect conflict, but don't get one
p1: GET a # returns 2
p2: GET z # returns 1
(I say this with the hopes that some model researchers will read this message make the models more capable!)