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

Add DeviceComputeKernelConfig parameter to moreh softmax like ops #6491

Closed
hschoi4448 opened this issue Mar 18, 2024 · 0 comments
Closed

Add DeviceComputeKernelConfig parameter to moreh softmax like ops #6491

hschoi4448 opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
feature moreh moreh contribution

Comments

@hschoi4448
Copy link
Contributor

Add DeviceComputeKernelConfig parameter to moreh softmax like ops

Tensor moreh_softmax(
    const Tensor &input_tensor,
    uint32_t dim,
    std::optional<Tensor> output_tensor = std::nullopt,
    const MorehSoftmaxOpParallelizationStrategy strategy = MorehSoftmaxOpParallelizationStrategy::NONE,
    const MemoryConfig &output_mem_config = operation::DEFAULT_OUTPUT_MEMORY_CONFIG);
->
Tensor moreh_softmax(
    const Tensor &input_tensor,
    uint32_t dim,
    std::optional<Tensor> output_tensor = std::nullopt,
    const MorehSoftmaxOpParallelizationStrategy strategy = MorehSoftmaxOpParallelizationStrategy::NONE,
    const MemoryConfig &output_mem_config = operation::DEFAULT_OUTPUT_MEMORY_CONFIG,
    std::optional<const DeviceComputeKernelConfig> compute_kernel_config = nullptr);
@hschoi4448 hschoi4448 added feature-request External feature request moreh moreh contribution labels Mar 18, 2024
@hschoi4448 hschoi4448 self-assigned this Mar 18, 2024
@jliangTT jliangTT added feature and removed feature-request External feature request labels Apr 10, 2024
hschoi4448 added a commit that referenced this issue May 3, 2024
hschoi4448 added a commit that referenced this issue May 3, 2024
hschoi4448 added a commit that referenced this issue May 3, 2024
hschoi4448 added a commit that referenced this issue May 3, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
hschoi4448 added a commit that referenced this issue May 4, 2024
tt-aho pushed a commit that referenced this issue May 4, 2024
tt-aho pushed a commit that referenced this issue May 4, 2024
tt-aho pushed a commit that referenced this issue May 4, 2024
ankitmcw pushed a commit that referenced this issue May 7, 2024
ankitmcw pushed a commit that referenced this issue May 7, 2024
ankitmcw pushed a commit that referenced this issue May 7, 2024
ankitmcw pushed a commit that referenced this issue May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature moreh moreh contribution
Projects
None yet
Development

No branches or pull requests

2 participants