积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(694)C++(346)数据库(88)Julia(87)Python(74)Conan(74)UML(48)云计算&大数据(46)PostgreSQL(40)系统运维(33)

语言

全部英语(676)中文(简体)(142)中文(繁体)(24)西班牙语(9)韩语(8)日语(7)俄语(7)德语(6)法语(6)

格式

全部PDF文档 PDF(895)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 895 个.
  • 全部
  • 后端开发
  • C++
  • 数据库
  • Julia
  • Python
  • Conan
  • UML
  • 云计算&大数据
  • PostgreSQL
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 韩语
  • 日语
  • 俄语
  • 德语
  • 法语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Spanny 2: Rise of std::mdspan

    https://github.com/kokkos/mdspangithub.com/griswaldbrooks/spanny2 goals ● deeper understanding of std::mdspan layouts and accessors ● how to write custom layouts and accessors ● dispel common misconceptions memory accessor ● improving memory access using asynchronicity 4 ● motivations for std::mdspan ● review std::mdspan declarationgithub.com/griswaldbrooks/spanny2 how ● layouts and their requirements memory accessor ● improving memory access using asynchronicity 5 ● motivations for std::mdspan ● review std::mdspan declarationgithub.com/griswaldbrooks/spanny2 how ● layouts and their requirements
    0 码力 | 117 页 | 2.02 MB | 6 月前
    3
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    Is std::mdspan a Zero-overhead Abstraction? Oleksandr Bacherikov Snap IncWhat is std::mdspan? It’s a view over a multi-dimensional array. It’s designed primarily to be used as a function parameter to C++ If the matrices are contiguous in memory, then we can treat them as ranges and simply use std::transform {-5, 5, -3, 1, 4, 0} + { 3, 2, 1, 3, -5, 4} = {-2, 7, -2, 4, -1, 4} 4*r8], xmm0 15Vectorization is great for performance, not great for slideware.clang16.0.4 -O1 -std=c++20 push rbx test rdi, rdi je .LBB0_6 mov rax, qword ptr [rsp + 24]
    0 码力 | 75 页 | 1.04 MB | 6 月前
    3
  • pdf文档 Limitations and Problems in std::function and Similar

    Limitations and Problems in std::function and similar constructs Amandeep Chawla | Sr. Computer Scientist II amandeep@adobe.com | adchawla@gmail.com Image by Bruno Tornielli© 2024 Adobe. All Rights whose type we can control. ▪ std::function© 2024 Adobe. All Rights Reserved. Adobe Confidential. Task Based Mechanism© 2024 Adobe. All Rights Reserved. Adobe Confidential. std::function ▪ Is a class template template ▪ It is a general-purpose polymorphic function wrapper ▪ Instances of std::function can store, copy, and invoke any CopyConstructible Callable target ▪ Uses type-erasure under the hood to gain
    0 码力 | 62 页 | 3.57 MB | 6 月前
    3
  • pdf文档 A Long Journey of Changing std::sort Implementation at Scale

    elements std::sort, std::stable_sort, ranges::sort, etc std::sort(begin, end); std::ranges::sort(cont); 4REMINDERS Sorting is the ordering of elements std::sort, std::stable_sort std::stable_sort, ranges::sort, etc std::sort(begin, end, comp); std::ranges::sort(cont, comp); 5QUICKSORT 6QUICKSORT Quick sort 6.1QUICKSORT Quick sort Take any element 6.2QUICKSORT __quick_sort_loop(first, last); 4 } 5 9Quick sort (STL version) 10STANDARD LIBRARY EVOLVED FROM STL 11STD::SORT 12STD::SORT 12.1Quicksort's worst case is Just pick the worst element 13GCC libstdc++ template
    0 码力 | 182 页 | 7.65 MB | 6 月前
    3
  • pdf文档 Vectorizing a CFD Code With std::simd Supplemented by Transparent Loading and Storing

    Center (DLR) Institute of Software Methods for Product Virtualization VECTORIZING A CFD CODE WITH STD::SIMD SUPPLEMENTED BY (ALMOST) TRANSPARENT LOADING AND STORINGMotivation: The Origin of the Talk deduction to load and store std::simd and scalar variables ▪ syntactically equalize scalar and vectorized code The talk: ▪ share experience with vectorization using std::simd ▪ introduce the SIMD_ACCESS once → Single Instruction Multiple Data (SIMD) For more details Matthias Kretz‘ Cppcon talk about std::simd: https://youtu.be/LAJ_hywLtMA 4 Olaf Krzikalla, DLR SP, 2024-09-17 𝑥1 𝑥2 𝑥3 𝑥4 + −∗
    0 码力 | 58 页 | 2.68 MB | 6 月前
    3
  • pdf文档 Can't we just synthesize std::tuple_element from get?

    Can’t we just synthesize std::tuple_element from get? Jonathan Müller — @foonathanAdding structured bindings support to a custom tuple-like type template struct my_tuple { … }; Jonathan just synthesize std::tuple_element from get? CppCon 2024-09-18 1Adding structured bindings support to a custom tuple-like type template struct my_tuple { … }; template <std::size_t I, typename Tuple> requires instance_ofstd::remove_cvref_t> auto get(Tuple&& t) -> decltype(auto) { … } Jonathan Müller — @foonathan Can’t we just synthesize std::tuple_element from get? CppCon 2024-09-18
    0 码力 | 31 页 | 282.80 KB | 6 月前
    3
  • pdf文档 The Shapes of Multidimensional Arrays

    Extents Going beyond Conclusion A standardization effort On mdspan P0332: Relaxed Incomplete Multidimensional Array Type Declaration P0009: mdspan: A Non-Owning Multidimensional Array Reference P1684: mdarray: mdarray: An Owning Multidimensional Array Analog of mdspan On linear algebra in general P1417: Historical lessons for C++ linear algebra library standardization P1166: What do we need from a linear Standardization Design EDSL Extents Going beyond Conclusion The mdspan proposal: synopsis Proposed mdspan synopsis as of P0009R10 1 namespace std { 2 // [mdspan.extents], class template extents 3 template
    0 码力 | 62 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Linear Algebra Coming to Standard C++

    12 std::linalg: Linear Algebra Coming to Standard C++ Mark Hoemmen, NVIDIA | CppCon 20233 Agenda • Motivating example: Matrix multiply • Where std::linalg fits in linear algebra’s layers • std::linalg std::linalg builds on the C++ Standard Library • std::linalg builds on the long history of the BLAS • Detailed example: Cholesky matrix factorization4 Motivating example: Updating matrix multiply 𝐶 := B.data_handle(), &LDB, A.data_handle(), &LDA, &beta, C.data_handle(), &LDC); // AFTER: Use std::linalg #include matrix_product(par_unseq, scaled(alpha, A), transposed(B), scaled(beta
    0 码力 | 46 页 | 2.95 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    (C++ templates, parallel STL, inlining and fusion, abstractions) Math, ML, Data Libraries; C++ Std, C, Python Libraries Libraries augment compiler optimizations for Performance Portable programs futures 21Moving with the Times 22#include int main(int argc, char *argv[]) { std::vector dA{ … }, dB{ … }, dO{ … }; try { sycl::queue gpuQueue{sycl::gpu_selector_v file has changed from CL/sycl.hpp #include int main(int argc, char *argv[]) { std::vector dA{ … }, dB{ … }, dO{ … }; try { sycl::queue gpuQueue{sycl::gpu_selector_v
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 Linear Algebra with The Eigen Cpp Library

    CppCon 2024 7• mdspan (P0009), C++23 • A mutating multidimensional array reference (view)… • …of a container whose elements reside in contiguous memory ➢ std::vector ➢ Eigen::VectorXd ➢ std::mdarray (p1684) C++26 • A free function linear algebra interface based on the BLAS • Matrix represented by a 2-D mdspan • Default BLAS with major compilers/library vendors A Little History: C++23 and C++26 Daniel 2024 11• The Eigen::Matrix class supports the (usual) numerical types: • int • float • double • std::complex • Various aliases of the Matrix class • Fixed square dimensions (up to 4) ➢ Eigen::Matrix4i:
    0 码力 | 35 页 | 1.10 MB | 6 月前
    3
共 895 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 90
前往
页
相关搜索词
SpannyRiseofstdmdspanIsZerooverheadAbstractionOleksandrBakirovCppConLimitationsandProblemsinfunctionSimilarLongJourneyChangingsortImplementationatScaleVectorizingCFDCodeWithsimdSupplementedbyTransparentLoadingStoringCanwejustsynthesizetupleelementfromgetTheShapesMultidimensionalArraysLinearAlgebraComingtoStandardC++HeterogeneousModernwithSYCL2020EigenCppLibrary
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩