sg0771

Results 17 issues of sg0771

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description...

enhancement

为了配合各端地扩展,计划使用opengles 来使用gpupixel库 现在已经在搭建了一个 MFC + opengles 运行环境 https://github.com/sg0771/mfc_opengles 请问如何在windows opengles 上配置 gpupixel

enhancement

如果只用来做图像/视频清晰,是否需要先对输入数据进行降采样

libheif+dav1d decode sample.avif error

VkWinImage.cpp 文件里面 vkGetMemoryWin32HandlePropertiesKHR 获得的 memoryWin32HandleProperties.memoryTypeBits 为0,会触发assert VkMemoryWin32HandlePropertiesKHR memoryWin32HandleProperties = { VK_STRUCTURE_TYPE_MEMORY_WIN32_HANDLE_PROPERTIES_KHR, nullptr, 0u}; vkGetMemoryWin32HandlePropertiesKHR(vkDevice, handleType, shardTex->sharedHandle, &memoryWin32HandleProperties); VkMemoryRequirements memReq = requirements.memoryRequirements; // 后面需要搞清楚这里的memoryTypeBits具体信息,如何影响VK分配 uint32_t memoryBit = memReq.memoryTypeBits & memoryWin32HandleProperties.memoryTypeBits; assert(memoryBit...

编译错误: 使用CMake 配置项目,在Configure 设置启用 NCNN_VULKAN 会提示失败 原因是 NCNN 项目有一个依赖项目 https://github.com/nihui/glslang 而cmake 是通过下载 ncnn 的 release 包,里面没有包含 glslang 源码,需要自己下载后拷贝到对应位置 使用错误: 使用 streaming-zipformer-small-bilingual 模型识别wav文件,运行时自动启用了vulkan 但是在某个NCNN mutex 报错 将NCNN platform.h 中的 Mutex 和...