I am very grateful for these. Thanks for posting.
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/T0e2541a723ce90e5-Md16e46b3e5f16e507a609910
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
Just posting to allay confusion; you'll have seen my name as Ethan Gardener
previously. Azariah is the surname I wanted to pick with my first name change,
but it's very distinctive and I was rather shy. If anyone happens to be curious
why I picked Azariah, I'd welcome off-list queries.
--
Form
Maybe /dev/gpgpu (general-purpose GPU) would be more to the point?
On 8/22/21 2:50 PM, sirjofri wrote:
22.08.2021 20:25:12 o...@eigenstate.org:
Quoth sirjofri :
22.08.2021 18:41:06 o...@eigenstate.org:
Basically do software rendering on the GPU?
Yes. Or software neural net evaluation on
Hello 9fans.
issue:
9pfuse does not try to be authenticated.
the fix:
replace fsmount in src/cmd/9pfuse/main.c by fsamount.
how to fix:
(a) we need to add
#include
in src/cmd/9pfuse/a.h
(b) replace
if((fsys = fsmount(fd, spec)) == nil)
by
if((fsys = fsamount(fd, spec)) == nil)
in s