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

feat[next]: Enable jax testing #1429

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

havogt
Copy link
Contributor

@havogt havogt commented Jan 29, 2024

No description provided.

Comment on lines 270 to 276
tensor_buffer = CLayoutCPUFieldBufferAllocator().__gt_allocate__(
domain, dtype, device_id, aligned_index
)
object.__setattr__(
tensor_buffer, "ndarray", jnp.from_dlpack(tensor_buffer.ndarray)
) # TODO mutating a frozen object
return tensor_buffer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just return jax.empty(shape)

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

Successfully merging this pull request may close these issues.

2 participants