Kevin Wang
Kevin Wang
I've implemented most of the work required for slices of structs here: https://github.com/golang/mobile/pull/101 I could certainly use some help on the final stretch though, especially if you've managed to get...
This would be a very welcome contribution. For context, PyExcelerate predates mypy becoming standard, getting types would modernize the library.
> The current project seems to only support one-to-one connections between the client and the server. If we want a single client to access resources from multiple GPU hosts, is...
> > > The current project seems to only support one-to-one connections between the client and the server. If we want a single client to access resources from multiple GPU...
Oh turns out this might not be because of the emulator but rather because I'm using cloud functions behind firebase hosting. In other words it seems like the emulator behavior...
Here is my `firebase.json` ``` { "firestore": { "rules": "firestore.rules", "indexes": "firestore.indexes.json" }, "functions": { "predeploy": "npm --prefix \"$RESOURCE_DIR\" install && npm --prefix \"$RESOURCE_DIR\" run build" }, "hosting": { "public":...
Thanks! Yeah that's the behavior I was seeing as well.
Yes, support for the vGPU API should be possible, however unfortunately we don't actually have any GPUs that support it to develop and test with. If you have one, I...
You can find our test suite here which covers the cases that currently work and we've verified that they work: https://github.com/kevmo314/scuda/blob/main/local.sh#L24 We are still working through all the APIs though,...
@aler9 Do you have any thoughts/feedback on this change?