CachePlacement Cache的内存类型 enum class CachePlacement : uint32_t { kHost = 0U, // Cache为Host内存 kDevice = 1U, // Cache为Device内存 };