gpu-compute: fix typo in compute driver comments
Change-Id: I550c6c81ffb2ee9143a2676f93385a8b90c4ddd5 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/48023 Maintainer: Matt Sinclair <mattdsinclair@gmail.com> Reviewed-by: Matthew Poremba <matthew.poremba@amd.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -836,7 +836,7 @@ GPUComputeDriver::ioctl(ThreadContext *tc, unsigned req, Addr ioc_buf)
|
||||
// of the region.
|
||||
//
|
||||
// This is a simplified version of regular system VMAs, but for
|
||||
// GPUVM space (non of the clobber/remap nonsense we find in real
|
||||
// GPUVM space (none of the clobber/remap nonsense we find in real
|
||||
// OS managed memory).
|
||||
allocateGpuVma(mtype, args->va_addr, args->size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user