fixed formatting
This commit is contained in:
parent
ecf9c7983c
commit
46bcbf3805
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,8 @@ static void ggml_openshmem_tensor_recv(struct ggml_openshmem_context * ctx, stru
|
||||||
// TODO: there are many improvements that can be done to this implementation
|
// TODO: there are many improvements that can be done to this implementation
|
||||||
void ggml_openshmem_graph_compute_pre(
|
void ggml_openshmem_graph_compute_pre(
|
||||||
struct ggml_openshmem_context * ctx_openshmem,
|
struct ggml_openshmem_context * ctx_openshmem,
|
||||||
struct ggml_cgraph * gf,
|
struct ggml_cgraph * gf,
|
||||||
int n_layers) {
|
int n_layers) {
|
||||||
const int openshmem_pe = ctx_openshmem->pe;
|
const int openshmem_pe = ctx_openshmem->pe;
|
||||||
const int openshmem_size = ctx_openshmem->n_pes;
|
const int openshmem_size = ctx_openshmem->n_pes;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue