news 2026/7/4 21:28:51

CANN/mat-chem-sim-pred SOPDT批处理滚动评分API

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
CANN/mat-chem-sim-pred SOPDT批处理滚动评分API

PidSopdtBatchRolloutScore API

【免费下载链接】mat-chem-sim-pred面向工业领域,聚焦计算仿真、预测两大核心场景,构建面向流程工业"机理+数据"双轮驱动的领域计算层,推动AI for Science在材料化学领域的深度应用。项目地址: https://gitcode.com/cann/mat-chem-sim-pred

extern "C" uint64_t aclnnPidSopdtBatchRolloutScoreGetWorkspaceSize( int64_t batch, int64_t candidates, int64_t sim_steps, int64_t candidate_tile); extern "C" int32_t aclnnPidSopdtBatchRolloutScore( void* a1, void* a2, void* b, void* delay, void* y0, void* sp, void* kp, void* ki, void* kd, void* best_result, void* best_idx, int64_t batch, int64_t candidates, int64_t sim_steps, int64_t candidate_tile, float sample_interval, float settle_band, float overshoot_weight, float settling_weight, float control_weight, void* workspace, uint64_t workspace_size, void* stream);

Output Layout

best_score,best_kp,best_ki,best_kd,best_iae,best_ise,best_overshoot,best_settling_time

Notes

  • SOPDT takes two output-history coefficients: the plant isy[k+1] = a1*y[k] + a2*y[k-1] + b*u[k-delay]
  • candidate_tilecontrols how many PID candidates are evaluated in one local-kernel launch. Pass0(the default) to let the host auto-select the optimal tilemin(candidates, kLane=768);768is the vector-lane throughput sweet spot, so callers normally leave it at0.
  • delayis clamped to0..31inside the kernel
  • workspace stores tile-local best results and the final reduction metadata

【免费下载链接】mat-chem-sim-pred面向工业领域,聚焦计算仿真、预测两大核心场景,构建面向流程工业"机理+数据"双轮驱动的领域计算层,推动AI for Science在材料化学领域的深度应用。项目地址: https://gitcode.com/cann/mat-chem-sim-pred

创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/7/4 21:28:11

大二数据库安全:nwpu-cram加密与审计实验完整指南

大二数据库安全:nwpu-cram加密与审计实验完整指南 【免费下载链接】nwpu-cram 西北工业大学/西工大/nwpu/npu软件学院复习(突击)资料!! 项目地址: https://gitcode.com/GitHub_Trending/nw/nwpu-cram 在当今数据驱动的时代&#xff0c…

作者头像 李华
网站建设 2026/7/4 21:28:02

oac开发者指南:如何贡献高质量的Autoconf宏到开源社区

oac开发者指南:如何贡献高质量的Autoconf宏到开源社区 【免费下载链接】oac oac is a repository of useful Autoconf Macros that are shared across the Open Mpi, OpenPMIx, and PRRTE projects. 项目地址: https://gitcode.com/openeuler/oac 前往项目官…

作者头像 李华
网站建设 2026/7/4 21:27:06

kube-prod-runtime完全指南:打造企业级Kubernetes标准基础设施环境

kube-prod-runtime完全指南:打造企业级Kubernetes标准基础设施环境 【免费下载链接】kube-prod-runtime A standard infrastructure environment for Kubernetes 项目地址: https://gitcode.com/gh_mirrors/ku/kube-prod-runtime 想要在Kubernetes集群上快速…

作者头像 李华
网站建设 2026/7/4 21:26:46

智慧教育平台电子课本解析器:三分钟掌握高效下载秘籍

智慧教育平台电子课本解析器:三分钟掌握高效下载秘籍 【免费下载链接】tchMaterial-parser 国家中小学智慧教育平台 电子课本下载工具,帮助您从智慧教育平台中获取电子课本的 PDF 文件网址并进行下载,让您更方便地获取课本内容。 项目地址:…

作者头像 李华
网站建设 2026/7/4 21:22:39

WCF服务容器化教程:基于dotnet-framework-docker的微服务架构实现

WCF服务容器化教程:基于dotnet-framework-docker的微服务架构实现 【免费下载链接】dotnet-framework-docker The repo for the official docker images for .NET Framework on Windows Server Core. 项目地址: https://gitcode.com/gh_mirrors/do/dotnet-framewo…

作者头像 李华