Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YuWei-CH committed Dec 5, 2024
1 parent 7917540 commit 08a802b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions samples/runner/emuplatform.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ func (b EmuBuilder) Build() *Platform {
gpuDriver.RegisterGPU(cpPort, driver.DeviceProperties{
DRAMSize: 4 * mem.GB,
CUCount: 64,
},
gpuBuilder.pageTable)
})
connection.PlugIn(cpPort, 64)

b.gpus = append(b.gpus, gpu)
Expand Down
2 changes: 1 addition & 1 deletion samples/runner/r9nanobuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type R9NanoGPUBuilder struct {
l2ToDramConnection *sim.DirectConnection

gmmuCache *tlb.TLB
gmmu *gmmu.GMMU
gmmu *gmmu.Comp
pageTable vm.PageTable
}

Expand Down

0 comments on commit 08a802b

Please sign in to comment.