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

无数据

分类

全部后端开发(226)C++(226)Conan(74)

语言

全部英语(211)中文(简体)(13)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(212)PPT文档 PPT(14)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 226 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Vectorizing a CFD Code With std::simd Supplemented by Transparent Loading and Storing

    vectorized code The talk: ▪ share experience with vectorization using std::simd ▪ introduce the SIMD_ACCESS library 3 Olaf Krzikalla, DLR SP, 2024-09-17Background: Vectorization Nowadays, all your CPUs can loop body No vector type information in x, y, z or i →Explicit load and store operations Explicit access provided by std::simd ▪ Requires rearranging and rewriting the loop body ▪ Different scalar version rearrangement) necessary ▪ Same code for scalar and vector versions SIMD_ACCESS(z, i) = SIMD_ACCESS(x, i) + SIMD_ACCESS(y, i);SIMD_ACCESS Library https://github.com/dlr-sp/simdize Supplements std::experimental::simd
    0 码力 | 58 页 | 2.68 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    here we will focus on buffers The buffers memory management model separates the storage and access of data and automatically handles data dependencies USM provides a more explicit memory management buffer manage data across the host and one or more devices An accessor represents a request to access the data on a particular device with a particular set of properties #include to create dependencies to the data managed by their respective buffers They are also used to access the data once on the device #include int main(int argc, char *argv[]) { std::vector
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 Back to Basics: Classic 9STL

    container's iterators understand (and abstract) that container's internal structure • Iterators • Provide access to container elements through well-defined interfaces with strict guarantees • Algorithms • Employ Classic STL has five iterator categories • Output • Input • Forward • Bidirectional • Random-access • Arranged in a hierarchy of requirements • Not public inheritance 23 Output Input Forward Operation Access element *p Access member of element p->mem Compare for equality of postion p == q, p != q Move forward by 1 ++p, p++ Move backward by 1 --p, p-- Make a copy (assign) q = p Access arbitrary
    0 码力 | 75 页 | 603.36 KB | 6 月前
    3
  • pdf文档 Calling Functions A Tutorial

    SFINAE Overload Resolution (Viable) Candidate Functions Ranking Ambiguous Function Calls Access Labels Function Template Specializations Virtual Dispatch Deleting FunctionsContent 4 Overview SFINAE Overload Resolution (Viable) Candidate Functions Ranking Ambiguous Function Calls Access Labels Function Template Specializations Virtual Dispatch Deleting FunctionsDisclaimer 5 This Resolution Access Labels Access Labels Check if the best match is accessible from the given call site.Overview 11 Template Argument Deduction Name Lookup Overload Resolution Access Labels Function
    0 码力 | 111 页 | 5.11 MB | 6 月前
    3
  • pdf文档 Implementing Particle Filters with Ranges

    > requires std::ranges::random_access_range && std::uniform_random_bit_generator && ParticleLike

    std::generator> requires std::ranges::random_access_range && std::uniform_random_bit_generator && ParticleLike

    std::generator> requires std::ranges::random_access_range && std::uniform_random_bit_generator && ParticleLike

    1 2 3 4

    0 码力 | 83 页 | 4.70 MB | 6 月前
    3
  • pdf文档 GraphBLAS: Building a C++ Matrix API for Graph Algorithms

    values - It has a shape (number of rows, cols) - It has a size (number of stored values) - Can access individual locations - Can iterate over values 69 Matrix[DISTRIBUTION STATEMENT A] This material values - It has a shape (number of rows, cols) - It has a size (number of stored values) - Can access individual locations - Can iterate over values 70 Matrix[DISTRIBUTION STATEMENT A] This material values - It has a shape (number of rows, cols) - It has a size (number of stored values) - Can access individual locations - Can iterate over values 71 Matrix[DISTRIBUTION STATEMENT A] This material
    0 码力 | 172 页 | 7.40 MB | 6 月前
    3
  • pdf文档 The Shapes of Multidimensional Arrays

    offset_policy :: pointer 9 offset(pointer p, ptrdiff_t i) const noexcept; 10 11 constexpr reference access(pointer p, ptrdiff_t i) const noexcept; 12 13 constexpr pointer decay(pointer p) const noexcept; noexcept; 11 12 // [mdspan.basic.mapping], basic_mdspan mapping domain multidimensional index to access codomain element 13 constexpr reference operator []( index_type) const noexcept; 14 template access 17 public: 18 constexpr indexed_extender operator =( std:: size_t size) const noexcept { 19 return
    0 码力 | 62 页 | 1.38 MB | 6 月前
    3
  • pdf文档 POCOAS in C++: A Portable Abstraction for Distributed Data Structures

    one-sided access - Maps well to data structure ops CPU NIC CPU NIC DRAM DRAMAdvantages of PGAS - Asynchronous - RDMA operations executed by NIC - Allows irregular, one-sided access - Maps well one-sided access - Maps well to data structure ops CPU NIC CPU NIC DRAM DRAMAdvantages of PGAS - Asynchronous - RDMA operations executed by NIC - Allows irregular, one-sided access - Maps well one-sided access - Maps well to data structure ops CPU NIC CPU NIC DRAM DRAMAdvantages of PGAS - Asynchronous - RDMA operations executed by NIC - Allows irregular, one-sided access - Maps well
    0 码力 | 128 页 | 2.03 MB | 6 月前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    size() - Random access: access any element at random in constant time - Contiguous: a contiguous block of memory begin end begin end Contiguous Range begin end Range Random Access Range begin memory that lives on another node - They still fulfill the concept random_access_iterator - We can use them to build a random_access_range containers/views using namespace std::ranges; remote_ptr memory that lives on another node - They still fulfill the concept random_access_iterator - We can use them to build a random_access_range containers/views using namespace std::ranges; remote_ptr
    0 码力 | 127 页 | 2.06 MB | 6 月前
    3
  • pdf文档 Spanny 2: Rise of std::mdspan

    types ● roboticists and their lack of beer ● external state memory accessor ● improving memory access using asynchronicity 4 ● motivations for std::mdspan ● review std::mdspan declarationgithub types ● roboticists and their lack of beer ● external state memory accessor ● improving memory access using asynchronicity 5 ● motivations for std::mdspan ● review std::mdspan declarationgithub types ● roboticists and their lack of beer ● external state memory accessor ● improving memory access using asynchronicity 6 ● motivations for std::mdspan ● review std::mdspan declarationgithub
    0 码力 | 117 页 | 2.02 MB | 6 月前
    3
共 226 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
VectorizingCFDCodeWithstdsimdSupplementedbyTransparentLoadingandStoringHeterogeneousModernC++withSYCL2020BacktoBasicsClassic9STLCallingFunctionsTutorialImplementingParticleFiltersRangesGraphBLASBuildingMatrixAPIforGraphAlgorithmsTheShapesofMultidimensionalArraysPOCOASinPortableAbstractionDistributedDataStructuresModelViewsSpannyRisemdspan
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩