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

Make rust Tensor archetype eager serialized #8801

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Jan 24, 2025

Related

What

Ports the Tensor archetype in rust to the new eager serialized interface.
Unfortunately this meant I had to remove some direct access methods of the underlying tensor data. Curiously, this didn't affect any of our test/snippet/example code.
While doing so I also fixed some wording issues in the (very similar) C++ implementation of with_dim_names

Copy link

github-actions bot commented Jan 24, 2025

Latest documentation preview deployed successfully.

Result Commit Link
99e5f1d https://landing-lz4rw4r3c-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

Copy link

github-actions bot commented Jan 24, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
99e5f1d https://rerun.io/viewer/pr/8801 +nightly +main

Note: This comment is updated whenever you push a commit.

@Wumpf Wumpf force-pushed the andreas/rust/eager-tensor branch from 782a7bf to 99e5f1d Compare January 24, 2025 11:25
@teh-cmc
Copy link
Member

teh-cmc commented Jan 24, 2025

@rerun-bot full-check

Copy link

Started a full build: https://github.com/rerun-io/rerun/actions/runs/12950962529

@teh-cmc teh-cmc merged commit 061ce27 into main Jan 24, 2025
69 of 70 checks passed
@teh-cmc teh-cmc deleted the andreas/rust/eager-tensor branch January 24, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants