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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(152)PPT文档 PPT(7)TXT文档 TXT(1)
 
本次搜索耗时 0.080 秒,为您找到相关结果约 160 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Adventures in SIMD Thinking (Part 1 of 2)

    E W B C O M P U T I N G 4 CppCon 2020 - Adventures in SIMD Thinking Function load_value() KEWB_FORCE_INLINE rf_512 load_value(float fill) { return _mm512_set1_ps(v); } 2.3 2.3 2.3 2.3 2.3 2.3 2.3 E W B C O M P U T I N G 5 CppCon 2020 - Adventures in SIMD Thinking Function load_value() KEWB_FORCE_INLINE ri_512 load_value(int32_t fill) { return _mm512_set1_epi32(i); } 7 7 7 7 7 7 7 7 7 7 7 7 E W B C O M P U T I N G 6 CppCon 2020 - Adventures in SIMD Thinking Function load_from() KEWB_FORCE_INLINE rf_512 load_from(float const* psrc) { return _mm512_loadu_ps(psrc); } m0 m1 m2 m3 m4 m5 m6
    0 码力 | 88 页 | 824.07 KB | 6 月前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 2 of 2)

    kcoeff[i] = load_value(pkrnl[j]); } //- Preload the initial input data window; note the zeroes in the register representing data // preceding the input array. // prev = load_value(0.0f); curr = load_from(psrc); load_from(psrc); next = load_from(psrc + 16); ... }Copyright © 2020 Bob Steagall K E W B C O M P U T I N G 12 CppCon 2020 - Adventures in SIMD Thinking Function Template avx_convolve() templateload_value(pkrnl[j]); } //- Preload the initial input data window; note the zeroes in the register representing data // preceding the input array. // prev = load_value(0.0f); curr = load_from(psrc);
    0 码力 | 135 页 | 551.08 KB | 6 月前
    3
  • pdf文档 Making Games Start Fast: A Story About Concurrency

    Read localization ◉ Load textures, models and audio ◉ Load game rules & databases 14Start Enumeration Read Localization Load Audio Load 2D Assets Load 3D Assets Load Game Databases CPU: 6.8s 2.7 (Old) Startup Profile 15Start Enumeration Read Localization Load Audio Load 2D Assets Load 3D Assets Load Game Databases CPU: 0.5s Wait: 0.6s CPU: 0.9s Wait: 1.4s CPU: 4.5s Wait: starts a bit faster ◉ CPU load increases 33Improvement Results, Round 1 ◉ Wait time on PhysFS mutex entirely disappears ◉ Wait time goes down, game starts a bit faster ◉ CPU load increases 3435A lock
    0 码力 | 76 页 | 2.22 MB | 6 月前
    3
  • pdf文档 When Lock-Free Still Isn't Enough: An Introduction to Wait-Free Programming and Concurrency Techniques

    danielanderson.net struct Counter { bool increment_if_not_zero() { auto current = counter.load(); while (current > 0 && !counter.compare_exchange_weak(current, current + 1)) { } decrement() { return counter.fetch_sub(1) == 1; } uint64_t read() { return counter.load(); } std::atomic counter{1}; };12 A lock-free solution Daniel Anderson -- danielanderson danielanderson.net struct Counter { bool increment_if_not_zero() { auto current = counter.load(); while (current > 0 && !counter.compare_exchange_weak(current, current + 1)) { }
    0 码力 | 33 页 | 817.96 KB | 6 月前
    3
  • pdf文档 Branchless Programming in C++

    (branches) disrupt that order ● CPU must wait until it knows which instruction to fetch next load:v1[i] load:v2[i] cmp[i]:v1[i]>v2[i] jump if true a[i]:a+=v2[i] jump a[i]:a+=v1[i] ...Branchless a+=(v1[i]>v2[i])?v1[i]:v2[i] Performance and Efficiency load:v1[i] load:v2[i] cmp[i]:v1[i]>v2[i] v2[i]=v1[i] if true ... load:v2[i+1] load:v1[i+1] ... a[i]:a+=v2[i] ... ... ... ... ... conditional for i+2 before checking that i+2load:v1[i] load:v2[i] s[i]:v1[i]+v2[i] a[i]:a+=s[i] s[i+1]:v1[i+1]+v2[i+1] load:v2[i+1] load:v1[i+1] a[i+1]:a+=s[i+1] load:v1[i+w] s[i+2]: v2[i+2]: v1[i+2]:
    0 码力 | 61 页 | 9.08 MB | 6 月前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    shared_ptr that can be manipulated atomically! • void store(shared_ptr desired) • shared_ptr load() • bool compare_exchange_weak(shared_ptr& expected, shared_ptr desired) • … compare_exchange(expected make_shared(std::move(t), head.load()); while (!head.compare_exchange_weak(p->next, p)) {} } optional pop_front() { auto p = head.load(); while (p != nullptr && atomic> a Thread 1 auto s = a.load(); Thread 2 a.store(make_shared( …)); ++ -- If this happens first…23 The fundamental problem: The race to zero Thread 1 load(): Thread 2 store(shared_ptr
    0 码力 | 45 页 | 5.12 MB | 6 月前
    3
  • pdf文档 Conan 2.0 Documentation

    provides a mechanism to define those variables and make it possible, for executables, to find and load these shared libraries. This mechanism is the VirtualRunEnv generator. If you check the output folder from conan import ConanFile from conan.tools.files import load class pkgRecipe(ConanFile): name = "pkg" def set_version(self): self.version = load(self, "version.txt") # No need to specify the version # if self.version is already defined from CLI --version arg, it will # not load version.txt self.version = self.version or load(self, "version.txt") # This will create the "1.4" version even if the version
    0 码力 | 652 页 | 4.00 MB | 1 年前
    3
  • pdf文档 A Relaxed Guide to memory_order_relaxed

    Just a load, just a store: Full control, excellent efficiency and scalability! ○ Assuming aligned machine-sized atomic objects, that is…What is Not to Like About memory_order_relaxed? ● Just a load, just unnecessary overhead on architectures such as ARM ● This refinement proposes the addition of memory_order_load_storeProprietary + Confidential We contrast three examples: ● Simple reordering must be allowed. presumed to be initially zero, null, or false, unless stated otherwise. ● r1 =rlx x abbreviates r1 = x.load(std::memory_order_relaxed) ● x =rlx r1 abbreviates x.store(r1, std::memory_order_relaxed) Notation
    0 码力 | 32 页 | 278.53 KB | 6 月前
    3
  • pdf文档 Conan 2.5 Documentation

    provides a mechanism to define those variables and make it possible, for executables, to find and load these shared libraries. This mechanism is the VirtualRunEnv generator. If you check the output folder can be done: Listing 73: conanfile.py from conan import ConanFile from conan.tools.files import load (continues on next page) 120 Chapter 4. Tutorial Conan Documentation, Release 2.5.0 (continued from previous page) class pkgRecipe(ConanFile): name = "pkg" def set_version(self): self.version = load(self, "version.txt") # No need to specify the version in CLI arg or in recipe attribute $ conan create
    0 码力 | 769 页 | 4.70 MB | 1 年前
    3
  • pdf文档 Conan 2.4 Documentation

    provides a mechanism to define those variables and make it possible, for executables, to find and load these shared libraries. This mechanism is the VirtualRunEnv generator. If you check the output folder can be done: Listing 73: conanfile.py from conan import ConanFile from conan.tools.files import load (continues on next page) 120 Chapter 4. Tutorial Conan Documentation, Release 2.4.1 (continued from previous page) class pkgRecipe(ConanFile): name = "pkg" def set_version(self): self.version = load(self, "version.txt") # No need to specify the version in CLI arg or in recipe attribute $ conan create
    0 码力 | 769 页 | 4.69 MB | 1 年前
    3
共 160 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
AdventuresinSIMDThinkingPartofMakingGamesStartFastStoryAboutConcurrencyWhenLockFreeStillIsnEnoughAnIntroductiontoWaitProgrammingandTechniquesBranchlessC++AtomicSharedPointersWithoutSplitReferenceCountItCanBeDoneConan2.0DocumentationRelaxedGuidememoryorderrelaxed2.52.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩