xla

Results 35 comments of xla

Instead of targeting Vulkan directly a better approach is to go for something like [gfx-hal](https://github.com/gfx-rs/gfx) for a lowl-level/unsafe abstraction over the three modern graphics APIs (dx12, metal, vulkan) or for...

@cloudhead You can assign me to this, gonna need it anyway.

Hej, Are you interested in learning how to use the platform or how to operate it. Unfortunately the docs are lacking in that area at the moment. Happy to get...

@mnemonicflow Hej, it works partially outside of AWS. The API itself has dependencies on Postgres and Redis and therefore can be operated outside of Amazon. If you desire to have...

> dataz Is for simple data export/import, usually when somebody needs a dump of their dataset. > gateway-http Is the main API at the core of the system. > sims...

@mnemonicflow #25 is exactly the place to look at. In essence it will be the component to manage stack including, setting up apps and other domain entities. Beyond that it...

@noblegeorge What api endpoint did you try to call? If you have only a couple of apps to import you can try to run the Console compenent and create the...

@noblegeorge Root or `/` has no handler attached and the muxer therefore returns a 404. Your binary runs properly but a quick look at http://ec2-13-229-118-6.ap-southeast-1.compute.amazonaws.com/health-45016490610398192 which is the health endpoint...

Hej! Ideally the platform creation should be wired up in the SNAAS Console together with the other admin tasks, which is doable but currently not planned due to time constraints....