-
I have a host program that lools like this in a GPU thread:
```rust
let mut program_builder = ProgramBuilder::new();
program_builder
.src(include_str!("opencl/types.c…
-
The FFI section of the Nomicon currently suggests to use an empty type for "opaque pointer types". That seems pretty dangerous. This came up in the discussion at , and also in many were not happy wit…
-
See https://code.google.com/p/bullet/issues/detail?id=43&colspec=Modified%20ID%20Type%20Stars%20Status%20Owner%20Summary
-
I'm working on a rust crate with some functions that return `Result` - I'm hoping use the `Err` values to generate exceptions for the Java caller, but I'm not confident I'm using the provided API in t…
-
On February 26th, 2018, Khronos announced [open source tools to bring Vulkan applications to Apple platforms](https://www.khronos.org/news/press/vulkan-applications-enabled-on-apple-platforms) as part…
-
Reduce networking by sending seeds instead of expanded tensors when possible.
WIP: https://github.com/mortendahl/tf-encrypted/tree/seeds
Issue posted to tf: https://github.com/tensorflow/tensorflo…
-
Crates to transfer are `riscv-rt`, `riscv` and `riscv-quickstart`.
- [x] Provide unified contribution experience
- [ ] Only use stable features
- [ ] Make sure it works with rust 2018
- [ ] Add …
-
An approach that has worked well for the adoption of Rust in std land is to replace existing
components of a C codebase with Rust components (rather than the more radical rewrite everything in
Rust …
-
For the tool #19 to work we need some manifest hinting where to put things for various environments. We need to nail down a file format for this. I'd recommend requiring an environment to have a `Scai…
-
See https://github.com/rust-lang/rust/issues/48251 for details.
kyren updated
6 years ago