Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Cat API #258

Open
mattfel1 opened this issue Feb 13, 2018 · 1 comment
Open

Cat API #258

mattfel1 opened this issue Feb 13, 2018 · 1 comment

Comments

@mattfel1
Copy link
Member

Do we have an API for concatenate? Or is the only way to do it today is

  1. Make a struct or pack the elements together
  2. Cast them to the full bitwidth, <<, and ^ the numbers together

?

@dkoeplin
Copy link
Collaborator

At the moment the only API we have for this is

val concated = Vector.concatN(Seq(vec1, vec2, ...))

This assumes all the vectors have the same type. We should probably add a more general API

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants