CachePlacement Cache的内存类型 1 2 3 4enum class CachePlacement : uint32_t { kHost = 0U, // Cache为host内存 kDevice = 1U, // Cache为device内存 } 父主题: 数据结构