mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
parent
b4f6dad7c9
commit
9680ffd842
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Status LaunchFastGeluKernel(hipStream_t stream, int input_length, int bias_lengt
|
|||
op.EnableTuning();
|
||||
}
|
||||
FastGeluParams<T> op_params(stream, input, bias, output, input_length, bias_length);
|
||||
return op(&op_params).IsOK();
|
||||
return op(&op_params);
|
||||
}
|
||||
|
||||
template Status LaunchFastGeluKernel<float>(hipStream_t stream, int input_length, int bias_length,
|
||||
|
|
|
|||
Loading…
Reference in a new issue