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

无数据

分类

全部后端开发(303)Python(303)Django(84)Scrapy(60)Celery(51)Tornado(20)Conda(17)PyMuPDF(3)

语言

全部英语(278)中文(简体)(21)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(180)其他文档 其他(122)DOC文档 DOC(1)
 
本次搜索耗时 0.141 秒,为您找到相关结果约 303 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • Scrapy
  • Celery
  • Tornado
  • Conda
  • PyMuPDF
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PyConChina2022-杭州-ARM芯片的Python+AI算力优化-朱宏林

    ARM 芯片的 Python + AI 算力优化 主讲人: 朱宏林 – 阿里云程序语言与编译器团队 简介 • 当今开发者们大量使用 Python 语言编写的 AI 程序。过去这些程序总跑在 GPU 或者 x86 架构的 CPU 上。然而综合考虑到功耗、成本、性能等因素,云厂商们开始建设 ARM 架构的服务平台,如 何整合 Python + AI 的相关软件并使其在该平台上发挥最高的性能成为了工程师们关注的焦点。 矩阵乘法是深度学习计算的重要组成部分,我们利用 ARM 架构新提供的矩阵扩展对 bf16 类型的 矩阵乘法计算进行优化,该优化将纯矩阵乘法的运算速度提升 3 倍以上,对深度学习推理任务性能 提升明显。目前,该成果已经被集成进 OpenBLAS 和 PyTorch 中。 • 本次演讲,将向大家介绍我们在倚天 710 ARM 芯片上开展的 Python + AI 优化工作,以及在 ARM 云平台上部署 Python Python + AI 任务的最佳实践。 深度学习 • 广泛使用的深度学习框架 • TensorFlow、PyTorch • 结合硬件(ARM 服务端芯片) • 倚天 710 • AWS graviton • 矩阵乘法 • 为什么矩阵乘法是深度学习的核心 • Conv、Linear、Transformers 来源: Why GEMM is at the heart of deep learning
    0 码力 | 24 页 | 4.00 MB | 1 年前
    3
  • epub文档 PyArmor Documentation v6.2.7

    compatible. For example, try to obfuscate the scripts with --platform linux.arm.0 in Windows: pyarmor obfuscate --platform linux.arm.0 foo.py Because the default platform is full features windows.x86_64.7 reboot with platform windows.x86_64.0, then obfuscate the script for this low feature platform linux.arm.0. It also could be set the enviornment variable PYARMOR_PLATFORM to same feature platform as target ws.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py # In Windows set PYARMOR_PLATFORM=windows.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py set PYARMOR_PLATFORM= Running Obfuscated
    0 码力 | 159 页 | 123.91 KB | 1 年前
    3
  • epub文档 PyArmor Documentation v6.3.1

    compatible. For example, try to obfuscate the scripts with --platform linux.arm.0 in Windows: pyarmor obfuscate --platform linux.arm.0 foo.py Because the default platform is full features windows.x86_64.7 reboot with platform windows.x86_64.0, then obfuscate the script for this low feature platform linux.arm.0. It also could be set the enviornment variable PYARMOR_PLATFORM to same feature platform as target ws.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py # In Windows set PYARMOR_PLATFORM=windows.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py set PYARMOR_PLATFORM= Running Obfuscated
    0 码力 | 161 页 | 124.89 KB | 1 年前
    3
  • pdf文档 PyArmor Documentation v6.2.8

    compatible. For example, try to obfuscate the scripts with --platform linux.arm.0 in Windows: pyarmor obfuscate --platform linux.arm.0 foo.py Because the default platform is full features windows.x86_64.7 reboot with platform windows.x86_64.0, then obfuscate the script for this low feature platform linux.arm.0. It also could be set the enviornment variable PYARMOR_PLATFORM to same feature platform as target ows.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py # In Windows set PYARMOR_PLATFORM=windows.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py set PYARMOR_PLATFORM= 3.4.2 Running Obfuscated
    0 码力 | 153 页 | 483.38 KB | 1 年前
    3
  • pdf文档 PyArmor Documentation v6.4.4

    compatible. For example, try to obfuscate the scripts with --platform linux.arm.0 in Windows: pyarmor obfuscate --platform linux.arm.0 foo.py Because the default platform is full features windows.x86_64.7 reboot with platform windows.x86_64.0, then obfuscate the script for this low feature platform linux.arm.0. It also could be set the enviornment variable PYARMOR_PLATFORM to same feature platform as target ows.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py # In Windows set PYARMOR_PLATFORM=windows.x86_64.0 pyarmor obfuscate --platform linux.arm.0 foo.py set PYARMOR_PLATFORM= 3.5.2 Running Obfuscated
    0 码力 | 167 页 | 510.99 KB | 1 年前
    3
  • pdf文档 PyArmor Documentation v5.9.5

    x86_64 • linux.arm • linux.armv6 • linux.armv7 • linux.aarch32 • linux.aarch64 • android.aarch64 • android.armv7 (New in 5.9.3) • uclibc.armv7 (New in 5.9.4) • linux.ppc64 • darwin.arm64 • freebsd freebsd.x86_64 • alpine.x86_64 • alpine.arm • poky.x86 64 Chapter 10. Support Platfroms PyArmor Documentation, Release 5.9.0 10.2 Platform Tables Table 1: Table-1. Prebuilt Libraries Distributed with by VS2015 vs2015.x86_64 Windows x64 _pytransform.dll Built by VS2015 linxu.arm Linux armv5 _pytransform.so 32-bit Armv5 (arm926ej-s) linxu.armv6Linux armv6 _pytransform.so 32-bit Armv6 (-marm -march=armv6
    0 码力 | 131 页 | 428.65 KB | 1 年前
    3
  • pdf文档 Conda 24.7.x Documentation

    Windows x86 64-bit macOS Miniconda installer for: macOS with Apple Silicon 64-bit macOS with Intel CPU 64-bit Linux Miniconda installer for: Linux x86 64-bit Homebrew Run the following Homebrew command: features present on the system that cannot be managed directly by conda, like system driver versions or CPU features. Virtual packages are not real packages and not displayed by conda list. Instead conda runs linux-armv6l, linux-armv7l, linux-ppc64, linux-ppc64le, linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured
    0 码力 | 808 页 | 4.97 MB | 8 月前
    3
  • pdf文档 Conda 24.3.x Documentation

    features present on the system that cannot be managed directly by conda, like system driver versions or CPU features. Virtual packages are not real packages and not displayed by conda list. Instead conda runs Contributors welcome conda, Release 24.3.1.dev2 linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured linux-armv6l, linux-armv7l, linux-ppc64, linux-ppc64le, linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured
    0 码力 | 786 页 | 4.98 MB | 8 月前
    3
  • pdf文档 Conda 24.4.x Documentation

    features present on the system that cannot be managed directly by conda, like system driver versions or CPU features. Virtual packages are not real packages and not displayed by conda list. Instead conda runs Contributors welcome conda, Release 24.3.1.dev7 linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured linux-armv6l, linux-armv7l, linux-ppc64, linux-ppc64le, linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured
    0 码力 | 786 页 | 4.99 MB | 8 月前
    3
  • pdf文档 Conda 24.5.x Documentation

    features present on the system that cannot be managed directly by conda, like system driver versions or CPU features. Virtual packages are not real packages and not displayed by conda list. Instead conda runs linux-armv6l, linux-armv7l, linux-ppc64, linux-ppc64le, linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured linux-armv6l, linux-armv7l, linux-ppc64, linux-ppc64le, linux-riscv64, linux-s390x, osx-64, osx-arm64, win-32, win-64, win-arm64, zos- z Use packages built for this platform. The new environment will be configured
    0 码力 | 794 页 | 5.01 MB | 8 月前
    3
共 303 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
PyConChina2022杭州ARM芯片PythonAI算力优化朱宏林PyArmorDocumentationv62.73.12.84.4v59.5Conda24.724.324.424.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩