"vscode:/vscode.git/clone" did not exist on "bff9746da009a36de7717cd2b05cc5117356b99a"
Commit ddbf1db8 authored by Harisankar Sadasivan's avatar Harisankar Sadasivan
Browse files

pr881 merge changes

parent f304200e
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -10,12 +10,6 @@ namespace ck {
template <typename TA, typename TB, typename TC>
__device__ void inner_product(const TA& a, const TB& b, TC& c);
template <>
__device__ void inner_product<half_t, half_t, float>(const half_t& a, const half_t& b, float& c)
{
c += a * b;
}
template <>
__device__ void inner_product<float, float, float>(const float& a, const float& b, float& c)
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment