mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
fix(docs): typos in macro name
chore(docs): sync .md file
This commit is contained in:
parent
f7ae0f99fe
commit
d912034cb5
@ -139,8 +139,8 @@
|
||||
"}\n",
|
||||
"\n",
|
||||
"// Wrap `RmsNormImpl` and specify the interface to XLA. If you need to declare\n",
|
||||
"// this handler in a header, you can use the `XLA_FFI_DECLASE_HANDLER_SYMBOL`\n",
|
||||
"// macro: `XLA_FFI_DECLASE_HANDLER_SYMBOL(RmsNorm)`.\n",
|
||||
"// this handler in a header, you can use the `XLA_FFI_DECLARE_HANDLER_SYMBOL`\n",
|
||||
"// macro: `XLA_FFI_DECLARE_HANDLER_SYMBOL(RmsNorm)`.\n",
|
||||
"XLA_FFI_DEFINE_HANDLER_SYMBOL(\n",
|
||||
" RmsNorm, RmsNormImpl,\n",
|
||||
" ffi::Ffi::Bind()\n",
|
||||
|
@ -134,8 +134,8 @@ ffi::Error RmsNormImpl(float eps, ffi::Buffer<ffi::F32> x,
|
||||
}
|
||||
|
||||
// Wrap `RmsNormImpl` and specify the interface to XLA. If you need to declare
|
||||
// this handler in a header, you can use the `XLA_FFI_DECLASE_HANDLER_SYMBOL`
|
||||
// macro: `XLA_FFI_DECLASE_HANDLER_SYMBOL(RmsNorm)`.
|
||||
// this handler in a header, you can use the `XLA_FFI_DECLARE_HANDLER_SYMBOL`
|
||||
// macro: `XLA_FFI_DECLARE_HANDLER_SYMBOL(RmsNorm)`.
|
||||
XLA_FFI_DEFINE_HANDLER_SYMBOL(
|
||||
RmsNorm, RmsNormImpl,
|
||||
ffi::Ffi::Bind()
|
||||
|
Loading…
x
Reference in New Issue
Block a user