英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

triton    音標拼音: [tr'ɑɪtən]
n. 三重氫核

三重氫核

Triton
n 1: (Greek mythology) a sea god; son of Poseidon
2: the largest moon of Neptune
3: tropical marine gastropods having beautifully colored spiral
shells
4: small usually bright-colored semiaquatic salamanders of North
America and Europe and northern Asia [synonym: {newt}, {triton}]

Triton \Tri"ton\ (tr[imac]"t[o^]n), n. [L., fr. Gr. Tri`twn.]
(Gr. Myth.)
A fabled sea demigod, the son of Neptune and Amphitrite, and
the trumpeter of Neptune. He is represented by poets and
painters as having the upper part of his body like that of a
man, and the lower part like that of a fish. He often has a
trumpet made of a shell.
[1913 Webster]

Have sight of Proteus rising from the sea,
Or hear old Triton blow his wreathed horn.
--Wordsworth.
[1913 Webster]

2. (Zool.) Any one of many species of marine gastropods
belonging to {Triton} and allied genera, having a stout
spiral shell, often handsomely colored and ornamented with
prominent varices. Some of the species are among the
largest of all gastropods. Called also {trumpet shell},
and {sea trumpet}.
[1913 Webster]

3. (Zool.) Any one of numerous species of aquatic
salamanders. The common European species are
{Hemisalamandra cristata}, {Molge palmata}, and {Molge
alpestris}, a red-bellied species common in Switzerland.
The most common species of the United States is
{Diemyctylus viridescens}. See Illust. under {Salamander}.
[1913 Webster]

32 Moby Thesaurus words for "Triton":
Davy, Davy Jones, Dylan, Neptune, Nereid, Nereus, Oceanid, Oceanus,
Poseidon, Thetis, Varuna, fresh-water nymph, kelpie, limniad,
man fish, mermaid, merman, naiad, nix, nixie, ocean nymph,
sea devil, sea god, sea nymph, sea-maid, sea-maiden, seaman, siren,
undine, water god, water spirit, water sprite

{Intel}'s {Pentium} {core} logic {chip set}. In
addition to the traditional features, this chip set supports:
{EDO DRAM} to increase the {bandwidth} of the {DRAM}
interface; "{pipelined} {burst SRAM}" for a cheaper, faster
{second level cache}; "{bus master} {IDE}" control logic to
reduce processor load; a plug and play port for easy
implementation of functions such as audio.

The Triton I chipset (official name 82430FX) consists of 4
chips: one 82437FX TSC (Triton Sysetm Controller), two 82438FX
TDP (Triton Data Path), and one 82371FB PIIX (PCI IDE
Xcellerator). It supports {PB Cache}, {EDO DRAM}, and a
maximum {PCI} and memory burst data transfer rate of 100
{megabytes} per second.

There are also {Moble Triton} (82430MX), {Triton II}
(82430HX), and the {Triton VX} (82430VX) chip sets.

{Introduction
(http://asus.com.tw/Products/TB/triton-intro.html)}.

(1996-04-03)

請選擇你想看的字典辭典:
單詞字典翻譯
triton查看 triton 在Google字典中的解釋Google英翻中〔查看〕
triton查看 triton 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • NVIDIA Triton是什么? - 知乎
    一、NVIDIA Triton Triton 是英伟达开源的推理服务框架,可以帮助开发人员高效轻松地在云端、数据中心或者边缘设备部署高性能推理服务器,服务器可以提供 HTTP gRPC 等多种服务协议。 Triton Server 目前支持 Pytorch、ONNXRuntime 等多个后端,提供标准化的部署推理接口,同时提供了模型批处理、模型融合
  • 如何入门 OpenAI Triton 编程? - 知乎
    趁着大模型时代的机遇,最近开发社区里Triton的风吹的很大,知乎上也有很多优秀的相关回答来介绍 Triton入门,Triton火热的一个重要原因是这种Tile-based编程范式能够以相对更少的代码量达到接近CUDA的程序性能,甚至PyTorch官方也将其加入了 torch compile 后端全家桶。
  • 有没有模型推理服务化框架Triton保姆级教程? - 知乎
    Triton Mult-Model Execution Diagram 默认情况下,如果同时到达多个针对同一模型的请求(比如同时有两个请求分类模型model1),Triton会通过在GPU上 一次只调度一个来序列化它们的执行,如下图所示。
  • CUDA和Triton哪个好用? - 知乎
    0x00 前言 本文介绍vLLM中Triton Merge Attention States Kernel的实现,与 pytorch原生实现相比,该Triton kernel最高可实现 3-5 倍以上的算子加速。
  • 如何入门 OpenAI Triton 编程? - 知乎
    图2:cuda,triton和torch对程序员可操作范围 图二显示,triton中用户只需要管理grid一层粗粒度的分配即可,而不需要管理更底层的分配。 接下来,一步步对比一下triton和cuda kernel的细节。图1右侧是triton写的一个针对2维数据的矩阵乘法,其中每个block负责计算出大小为BLOCK_M x BLOCK_N的块。 第一步找到
  • 如何理解TVM、Triton、Mojo之间的发展关系? - 知乎
    TVM、Triton 与 Mojo 这三个技术各自在深度学习编译和执行领域中扮演着重要的角色。 为了全面理解它们之间的发展关系及Mojo的潜在能力,我们接下来探讨一下它们各自的功能、设计理念以及相互之间的衔接和未来发展。
  • TVM,MLIR,Triton等深度学习编译器的主要区别是什么? - 知乎
    可以看到,TVM、MLIR、Triton关心的事情是完全不一样的。 TVM目标将模型编译为高效代码,支持多种后端;MLIR提供可扩展的编译基础设施给其他工程;Triton现在是MLIR项目中最明星的开源项目,关注的是高性能自定义kernel。
  • 哪位好心人会稀释triton X-100? - 知乎
    哪位好心人会稀释triton X-100? 新手小白想知道大佬都是怎么移triton的啊,我发现好粘稠啊,吸管和移液枪没法定准量,不知道怎么稀释triton,想要稀释成0 3%triton,来配…
  • Triton基础教程 - 知乎
    最基础的Triton教程,旨在为GPU编程和深度学习领域提供入门指导,共同探讨Triton的应用与发展。
  • 如何看待字节 Seed 开源的 Triton-distributed (专为计算-通信重叠优化设计)? - 知乎
    2 2 传统通信重叠策略 传统方法将原始计算和通信操作分解为多个块,然后通过精心调度操作来潜在地重叠通信与计算。分解中的分区数量与张量并行中的设备数量一致(或是其两倍,以更好地利用双向数据传输)。限制分区数量可以避免复杂的调度并减少可能的调度开销。图3展示了一个ReduceScatter





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典