Using CUDA buffers instead off Optix Buffer in RayTracing with Optix 6.5

I have some old code based on optix 6.5. ANd I don’t want to move to Optix 7. However, I would like to replace RTX buffers used in raytracing with venilla Cuda Buffers. Is that possible. The reason is to move towards mangaed memory usage.