Skip to content

Commit

Permalink
Merge pull request #26 from tenstorrent/alewycky/memory-code-split
Browse files Browse the repository at this point in the history
Split memory management into a separate file
  • Loading branch information
alewycky-tenstorrent authored Aug 6, 2024
2 parents 0995d38 + e312a7a commit 8c5a16b
Show file tree
Hide file tree
Showing 5 changed files with 828 additions and 741 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: © 2023 Tenstorrent Inc.
# SPDX-FileCopyrightText: © 2024 Tenstorrent Inc.
# SPDX-License-Identifier: GPL-2.0-only

obj-m += tenstorrent.o
tenstorrent-y := module.o chardev.o enumerate.o interrupt.o grayskull.o wormhole.o pcie.o hwmon.o sg_helpers.o
tenstorrent-y := module.o chardev.o enumerate.o interrupt.o grayskull.o wormhole.o pcie.o hwmon.o sg_helpers.o memory.o

KDIR := /lib/modules/$(shell uname -r)/build
KMAKE := $(MAKE) -C $(KDIR) M=$(CURDIR)
Expand Down
Loading

0 comments on commit 8c5a16b

Please sign in to comment.