3 Commits
Author SHA1 Message Date
Jamie LiuandgVisor bot 78b9e4e0ae Temporarily remove test added by cl/672721411.
PiperOrigin-RevId: 700746834
2024-11-27 10:46:54 -08:00
Jamie LiuandgVisor bot 7c2bcddc13 Check for CUDA kernel launch errors in GPU smoke test.
PiperOrigin-RevId: 694699470
2024-11-08 17:34:13 -08:00
Jamie LiuandgVisor bot 1f4299ee3f nvproxy: implement frontendFDMemmapFile.MapInternal()
New test, before this CL:

```
Testing read/write syscalls on cudaMallocHost memory
cuda_malloc: write: Bad address
```

After this CL:

```
Testing read/write syscalls on cudaMallocHost memory
Testing cudaMallocManaged(flags=cudaMemAttachGlobal)
Testing cudaMallocManaged(flags=cudaMemAttachGlobal) with prefetching
Testing cudaMallocManaged(flags=cudaMemAttachHost)
Testing cudaMallocManaged(flags=cudaMemAttachHost) with prefetching
Testing read/write syscalls on cudaMallocManaged memory
All tests passed
```

Fixes #10879

PiperOrigin-RevId: 672721411
2024-09-09 16:58:47 -07:00