TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
tensix_init.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#include <stdbool.h>
7#include <stdint.h>
8
9void TensixInit(void);
10void EnableTensixCG(bool broadcast, uint8_t noc_x, uint8_t noc_y);
__UINT8_TYPE__ uint8_t
void EnableTensixCG(bool broadcast, uint8_t noc_x, uint8_t noc_y)
Definition tensix_init.c:87
void TensixInit(void)
Definition tensix_init.c:328