Skip to content
View mz24cn's full-sized avatar

Block or report mz24cn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. clnet clnet Public

    OpenCL for Nets - A Deep Learning Framework based on OpenCL, written by C++. Supports popular MLP, RNN(LSTM), CNN(ResNet). Friendly debugger. Transparent data. No library dependencies. 基于OpenCL的深度学…

    C 68 13

  2. gemm_optimization gemm_optimization Public

    The repository targets the OpenCL gemm function performance optimization. It compares several libraries clBLAS, clBLAST, MIOpenGemm, Intel MKL(CPU) and cuBLAS(CUDA) on different matrix sizes/vendor…

    C 17 6

  3. EasyProfiler EasyProfiler Public

    An easy way to probe the run time and call times of any java methods in work environment without overhead

    Java 1

  4. T3Protocol T3Protocol Public

    This package can read and write Weblogic T3 protol based RMI stream.

    6 1

  5. Qwen-Agent Qwen-Agent Public

    Forked from QwenLM/Qwen-Agent

    Qwen-Agent,修改了WebUI,在线增删改大模型,工具/MCP,推荐会话模板,持久化到yaml。单一端口提供WebUI和API,可绕开大模型直接调用工具/MCP,以方便agent在线调试

    Python

  6. agents agents Public

    A minimal, zero-dependency composable agent runtime engine built with pure Python standard library. Dynamically compose any LLM with any combination of tools (Function, MCP, Skill) at runtime — no …

    Python