积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(105)C++(105)Conan(65)

语言

全部英语(104)英语(1)

格式

全部PDF文档 PDF(102)PPT文档 PPT(3)
 
本次搜索耗时 0.013 秒,为您找到相关结果约 105 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 simd: How to Express Inherent Parallelism Efficiently Via Data-Parallel Types

    @mkretz@floss.social github.com/mattkretzMotivation std::simd Overview Example: Image Processing Programming Models Outlook Summary Goals and non-goals for this talk • This is not a tutorial! You won’t really know Center for Heavy Ion ResearchMotivation std::simd Overview Example: Image Processing Programming Models Outlook Summary Motivation Motivation © by Matthias Kretz Matthias Kretz CppCon ’23 GSI Helmholtz Programming Models Outlook Summary std::simd is for you! Matthias Kretz CppCon ’23 4 GSI Helmholtz Center for Heavy Ion ResearchMotivation std::simd Overview Example: Image Processing Programming Models Outlook
    0 码力 | 160 页 | 8.82 MB | 6 月前
    3
  • pdf文档 Behavioral Modeling in HW/SW Co-design Using C++ Coroutines

    the preprocessor • Use the preprocessor to determine if you are using the models via a compiler flag, then: #ifdef USE_MODELS typedef iouint32_t HookableRegister; #else typedef iouint32_t uint32_t; #endif must be written in C, this gives an easy way to not modify the C code but use the C++ coroutine models.Intel Confidential Department or Event Name 37 © 2023 Intel Corporation and Jeffrey E. Erickson cppcon easier to write • You can create complex ‘parallel’ models with relative ease • Your more HW focused friends will probably find coroutine based models easier to read than thread-based ones • This is a
    0 码力 | 44 页 | 584.69 KB | 6 月前
    3
  • pdf文档 Modern C++ for Parallelism in High Performance Computing

    efficiency to stop scaling at a certain core count. It is an interesting question whether some parallelism models have other limitations that make them scale worse than others. Computational structure Our mini-app some profiling to analyze the indi- vidual operations. Parallelism Models In scientific computing, the two dominant parallelism models are MPI (Messsage Passing Interface) for distributed memory, and OpenMP will compare to a more ordinary desktop, where bandwidth limitations will be much more severe. Most models are capable of running – with varying amounts of effort – on GPUs. The software / hardware integration
    0 码力 | 3 页 | 91.16 KB | 6 月前
    3
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    library aims to provide a simple yet powerful framework for building and training machine learning models. By leveraging the performance efficiency of C++, micro- grad++ offers a robust solution for integrating Backpropagation: The implementation of backpropa- gation in micrograd++ allows for efficient training of models through gradient descent. • Gradient Clipping: To prevent the issue of exploding gradients, micrograd++ class represents a multi-layer percep- tron, composed of multiple layers. It supports the training of models using backpropagation and gradient descent, allowing for the efficient optimization of network parameters
    0 码力 | 3 页 | 1.73 MB | 6 月前
    3
  • pdf文档 What's New for Visual Studio Code

    capabilities for your extension using new APIs Customize Copilot to your needs using custom models, instructions, and more…Build custom Copilot Chat features Build your own custom features with your extension using new APIs Customize Copilot to your needs using custom models, instructions, and more…Custom Models for tailored Copilot suggestions Receive more personalized and precise code
    0 码力 | 26 页 | 1.42 MB | 6 月前
    3
  • pdf文档 Back to Basics: Classic 9STL

    • Iterates backward from the end of a sequence to the beginning • Models a bidirectional iterator when Iter is bidirectional • Models a random-access iterator when Iter is random-access • Insert iterators template front_insert_iterator; • template insert_iterator; • Models an output iterator that inserts elements at the back / front / interior of a container 45CppCon
    0 码力 | 75 页 | 603.36 KB | 6 月前
    3
  • pdf文档 Real-Time Circuit Simulation With Wave Digital Filters in C++

    Example WDF Circuit Model chowdsp_wdf wd_models RT-WDF LPF-2 0.3319 0.7685 3.141 FF-2 2.035 2.083 11.538 Diode Clipper 1.905 5.756 N/A Bassman Tone Stack 0.6576 0.7411 7.92 Baxandall EQ 1.184 1.021 run-time performance of chowdsp_wdf with two other open-source WDF libraries: RT-WDF (C++) and wd_models (Faust). For all tested circuits chowdsp_wdf achieved the best or 2nd-best score. Code Repository
    0 码力 | 1 页 | 5.09 MB | 6 月前
    3
  • pdf文档 The Many Shades of reference_wrapper

    r dialog = some_object; if (cond) dialog = some_other_object; process(dialog); 11 CppCon 2020models rebindable reference 12 CppCon 2020closely matches lvalue references • it may refer to objects f(args); 39 CppCon 2020Function pointers – a rebindable reference in the language • its usage models after references • you don’t need to write • just , as if is a reference to function (e.g., an
    0 码力 | 49 页 | 575.61 KB | 6 月前
    3
  • pdf文档 Leveraging the Power of C++ for Efficient Machine Learning on Embedded Devices

    50Conclusions ◮ Code isn’t enough... data matters ◮ More diverse data leads to better models ◮ Building accurate models is an expert job ◮ Running on-device inference is straightforward ◮ Running on-device
    0 码力 | 51 页 | 1.78 MB | 6 月前
    3
  • pdf文档 Custom Views for the Rest of Us

    object is a . For a range adaptor closure object C and an expression R such that decltype((R)) models viewable_range, the following expressions are equivalent and yield a view: unary function object object is a . For a range adaptor closure object C and an expression R such that decltype((R)) models viewable_range, the following expressions are equivalent and yield a view: unary function object object is a . For a range adaptor closure object C and an expression R such that decltype((R)) models viewable_range, the following expressions are equivalent and yield a view: unary function object
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
共 105 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
simdHowtoExpressInherentParallelismEfficientlyViaDataParallelTypesBehavioralModelinginHWSWCodesignUsingC++CoroutinesModernforHighPerformanceComputingmicrograd++500lineMachineLearningLibraryWhatNewVisualStudioCodeBackBasicsClassic9STLRealTimeCircuitSimulationWithWaveDigitalFiltersTheManyShadesofreferencewrapperLeveragingthePowerEfficientonEmbeddedDevicesCustomViewsRestUs
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩