File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
onnxruntime/contrib_ops/cpu Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ void ComputeJob(
59
59
T* output_data,
60
60
T* skip_input_bias_add_output_data,
61
61
AllocatorPtr alloc) {
62
- ORT_UNUSED_PARAMETER (gamma_float_ptr); // only used in MLFloat16 overload
63
- ORT_UNUSED_PARAMETER (beta_float_ptr); // only used in MLFloat16 overload
64
- ORT_UNUSED_PARAMETER (bias_float_ptr); // only used in MLFloat16 overload
65
- ORT_UNUSED_PARAMETER (skip_float_ptr); // only used in MLFloat16 overload
66
- ORT_UNUSED_PARAMETER (should_convert_skip); // only used in MLFloat16 overload
62
+ ORT_UNUSED_PARAMETER (gamma_float_ptr); // only used in MLFloat16 overload
63
+ ORT_UNUSED_PARAMETER (beta_float_ptr); // only used in MLFloat16 overload
64
+ ORT_UNUSED_PARAMETER (bias_float_ptr); // only used in MLFloat16 overload
65
+ ORT_UNUSED_PARAMETER (skip_float_ptr); // only used in MLFloat16 overload
66
+ ORT_UNUSED_PARAMETER (should_convert_skip); // only used in MLFloat16 overload
67
67
ORT_UNUSED_PARAMETER (alloc);
68
68
69
69
auto offset = task_idx * hidden_size;
@@ -128,7 +128,6 @@ void ComputeJob(
128
128
MLFloat16* output_data,
129
129
MLFloat16* skip_input_bias_add_output_data,
130
130
AllocatorPtr alloc) {
131
- ORT_UNUSED_PARAMETER (skip_data); // only used in double/float overload
132
131
ORT_UNUSED_PARAMETER (gamma_data); // only used in double/float overload
133
132
ORT_UNUSED_PARAMETER (beta_data); // only used in double/float overload
134
133
ORT_UNUSED_PARAMETER (bias_data); // only used in double/float overload
You can’t perform that action at this time.
0 commit comments