/*
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "../kernels_commons.h"
namespace torch {
namespace csprng {
namespace cpu {
#include "kernels_body.inc"
}}}