Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++: Tensor migration to archetypes #3380

Closed
6 of 7 tasks
jleibs opened this issue Sep 20, 2023 · 1 comment · Fixed by #3899
Closed
6 of 7 tasks

C++: Tensor migration to archetypes #3380

jleibs opened this issue Sep 20, 2023 · 1 comment · Fixed by #3899
Assignees
Labels
🌊 C++ API C/C++ API specific codegen/idl
Milestone

Comments

@jleibs
Copy link
Member

jleibs commented Sep 20, 2023

Breaking out from: #2792

  • Implement f16 support in C++
  • C++: serialize tensors #3881
  • Extensions
  • Unit test (constructors, serialization)
  • Doc example (partially done)
    • includes image
  • Implement jpeg_quality
@jleibs jleibs added codegen/idl 🌊 C++ API C/C++ API specific labels Sep 20, 2023
@jleibs jleibs added this to the 0.10 C++ milestone Sep 20, 2023
@emilk emilk modified the milestones: 0.10 Polish, 0.10 C++ Sep 22, 2023
@emilk emilk self-assigned this Oct 12, 2023
emilk added a commit that referenced this issue Oct 13, 2023
### What
* Part of #3380

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3837) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/3837)
- [Docs
preview](https://rerun.io/preview/0070f4300fec640384cd5b3f0886e69827aa959a/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/0070f4300fec640384cd5b3f0886e69827aa959a/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)

---------

Co-authored-by: Andreas Reich <[email protected]>
@emilk emilk mentioned this issue Oct 16, 2023
33 tasks
@emilk emilk removed their assignment Oct 17, 2023
@Wumpf Wumpf self-assigned this Oct 17, 2023
@Wumpf
Copy link
Member

Wumpf commented Oct 17, 2023

we don't have jpeg_quality in Rust either, let's skip that

Wumpf added a commit that referenced this issue Oct 18, 2023
…ge/tensor (#3899)

### What

* Fixes #3380
* Part of #2919

commit history is a bit messy because this was based on the annotation
context example pr. Speaking off, I made those a bit nicer on the way


### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3899) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/3899)
- [Docs
preview](https://rerun.io/preview/c324163602dfdde33684cae0f9365fd72b177ad3/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/c324163602dfdde33684cae0f9365fd72b177ad3/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 C++ API C/C++ API specific codegen/idl
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants