Skip to content

Conversation

cjm715
Copy link
Collaborator

@cjm715 cjm715 commented Dec 4, 2024

this will come in after PR #26

@cjm715 cjm715 force-pushed the chris-enable-matmul-fp16 branch from c2c53b7 to 5a40b3e Compare May 13, 2025 17:02
@cjm715 cjm715 marked this pull request as ready for review May 13, 2025 17:02
Comment on lines +224 to +229
// for (auto& node : graph.Nodes()) {
// if (IsIsolatedFp16NodeOnCpu(node, graph, cpu_kernel_registry)) {
// // unassign the node so that NeedInsertCast will return true for it, forcing it to fp32
// node.SetExecutionProviderType("");
// }
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove, or block comment using /* ... */ and add a comment as to why we've commented it out.



// template <>
// void MatMul<MLFloat16>(ptrdiff_t M, ptrdiff_t N, ptrdiff_t K, const MLFloat16* A, const MLFloat16* B, MLFloat16* C, concurrency::ThreadPool* thread_pool) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment here.

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