CatDroid

Results 12 comments of CatDroid

windows platform has any tool to find out GL leak ?

more info: when running: DxilModuleReflection::CreateReflectionObjects() m_pDxilModule->GetUAVs() and m_pDxilModule->GetSRVs() both are empty , so "m_StructuredBufferCBsByName" keep empty too

[memory-efficiency](https://developer.android.com/agi/sys-trace/memory-efficiency) I think this document has the same issues: "Figure 7. Input Internal counter tracks" "Figure 8. Fetch Stalls counter tracks" these two figures have same picture which has nothing...

GPU use A100 is ok H100 is error

the order as follow, idx = 0 is in the middle ``` idx 515 [-8.23947, 2.65952, -4.73619] idx 515 [-0.96279, 0.02432, -0.26914] idx 515 [-0.26813, 0.03792, 0.96263, 1.0] idx 724...

I modify run_vertices, and fbx is well in MeshLab ``` def run_vertices(self): vertices = [] size = len(self.vertex_data[POSITION]) for i in range(size) : # fix order values = self.vertex_data[POSITION][i] for...

> java.lang.UnsatisfiedLinkError: dlopen failed: library "/vendor/lib64/libc++_shared.so" needed or dlopened by "/system/lib64/libnativeloader.so" is not accessible for the namespace "classloader-namespace" did you fixed it ? what reason ?

I found CSPNeXt is defined in mmpose github: https://github.com/open-mmlab/mmpose/blob/main/mmpose/models/backbones/cspnext.py and wiki https://mmpose.readthedocs.io/zh-cn/latest/api.html#mmpose.models.backbones.CSPNeXt

execuse me. had this issue been fixed in the lastest version ? it also want to limit the width size of right-hand sub-window in whole window

CR_LoadImageListPlus has the same issue.