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

无数据

分类

全部后端开发(57)C++(57)Conan(47)

语言

全部英语(56)中文(简体)(1)

格式

全部PDF文档 PDF(53)PPT文档 PPT(4)
 
本次搜索耗时 0.021 秒,为您找到相关结果约 57 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 POCOAS in C++: A Portable Abstraction for Distributed Data Structures

    GPU-side data structure methods? Distributed Data Structures on GPUsPassing Objects into CUDA Kernels - Passing an object by value into a CUDA kernel results in a copy - Object likely destroyed before copied to GPU GPU Kernel Executed (Asynchronously) Destructor calledPassing Objects into CUDA Kernels Copy Constructor Invoked (on Host) New object trivially copied to GPU GPU Kernel Executed ... BCL::cuda::HashMap map(100); kernel<<<1, 100>>>(map);Passing Objects into CUDA Kernels Copy Constructor Invoked (on Host) New object trivially copied to GPU GPU Kernel Executed
    0 码力 | 128 页 | 2.03 MB | 5 月前
    3
  • pdf文档 Taro: Task graph-based Asynchronous Programming Using C++ Coroutine

    kernel_a1<<<32, 256, 0, stream>>>(); 10 }); // synchronize 11 }); CUDA stream for offloading GPU kernels 32Taro’s Programming Model Taro: https://github.com/dian-lun-lin/taro A B Callback Wait Polling 256, 0, stream>>>(); 17 }); // suspend and multitask 18 }); CUDA stream for offloading GPU kernels 37Taro’s Programming Model – Example 1 Taro: https://github.com/dian-lun-lin/taro A B Callback store suspended tasks Low-priority queue (LPQ): store new tasks Worker 1 1. Offload GPU kernels in task A 2. Suspend task A 3. Go to sleep 62Taro’s Scheduler Taro: https://github.com/dian-lun-lin/taro
    0 码力 | 84 页 | 8.82 MB | 5 月前
    3
  • ppt文档 whats new in visual studio

    https://aka.ms/cpp/code Thu 10/28 – 2pm An Editor Can Do That? Debugging Assembly Language and GPU Kernels in Visual Studio Code Julia Reid – _3 Visual Studio CppCon 2020 Visual Studio 2019 Time Zones in MSVC – Miya Natsuhara • An Editor Can Do That? Debugging Assembly Language and GPU Kernels in Visual Studio Code – Julia Reid • Why does std::format do that? – Charlie Barto • Finding bugs
    0 码力 | 42 页 | 19.02 MB | 5 月前
    3
  • pdf文档 Leveraging C++20/23 Features for Low Level Interactions

    kernel We use C because kernels use C Baremetal embedded is really doing what the kernel does, so just be like the kernel right?Break free of the kernel We use C because kernels use C Baremetal embedded
    0 码力 | 56 页 | 5.39 MB | 5 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    can access the memory ○ No implied synchronization for simultaneous writes from two different kernels 56 Work Item Private Memory Work Item Private Memory Work Item Private Memory Work Item Very close to regular C++ programming ● Accessors ○ Implicitly builds data dependency DAG between kernels 69Device Copyable 70Device Copyable ● How can we copy objects between a host or a device and another
    0 码力 | 114 页 | 7.94 MB | 5 月前
    3
  • ppt文档 Finding Bugs using Path-Sensitive Static Analysis

    Time Zones in MSVC – Miya Natsuhara • An Editor Can Do That? Debugging Assembly Language and GPU Kernels in Visual Studio Code – Julia Reid • Why does std::format do that? – Charlie Barto • Finding bugs
    0 码力 | 35 页 | 14.13 MB | 5 月前
    3
  • pdf文档 AnEditor Can Do That?

    Time Zones in MSVC – Miya Natsuhara • An Editor Can Do That? Debugging Assembly Language and GPU Kernels in Visual Studio Code – Julia Reid • Why does std::format do that? – Charlie Barto • Finding bugs
    0 码力 | 71 页 | 2.53 MB | 5 月前
    3
  • pdf文档 Cetting Started with C++

    Clang-Tidy, makefile, CMake, GitHub and More CppCon 2021 - Debugging Assembly Language and GPU Kernels in Visual Studio Code CppCon 2020 - Collaborative C++ Development with Visual Studio CodePopular
    0 码力 | 95 页 | 4.71 MB | 5 月前
    3
  • ppt文档 C++20's

    Time Zones in MSVC – Miya Natsuhara • An Editor Can Do That? Debugging Assembly Language and GPU Kernels in Visual Studio Code – Julia Reid • Why does std::format do that? – Charlie Barto • Finding bugs
    0 码力 | 55 页 | 8.67 MB | 5 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 08 CUDA 开启的 GPU 编程

    和 gridDim ,看起来非常方便。 本方法出自英伟达官方博客: https://developer.nvidia.com/blog/cuda-pro-tip-write-flexible-kernels-grid-stride-loops/ 第 4 章: C++ 封装 std::vector 的秘密:第二模板参数 • 你知道吗? std::vector 作为模板类,其实有两个模板参数: std::vector
    0 码力 | 142 页 | 13.52 MB | 1 年前
    3
共 57 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
POCOASinC++PortableAbstractionforDistributedDataStructuresTaroTaskgraphbasedAsynchronousProgrammingUsingCoroutinewhatsnewvisualstudioLeveraging2023FeaturesLowLevelInteractionsHeterogeneousModernwithSYCL2020FindingBugsusingPathSensitiveStaticAnalysisAnEditorCanDoThatCettingStartedChrono高性性能高性能并行编程优化课件08
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩