英文字典中文字典


英文字典中文字典51ZiDian.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 在百度字典中的解释百度英翻中〔查看〕
Triton查看 Triton 在Google字典中的解释Google英翻中〔查看〕
Triton查看 Triton 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • 有没有模型推理服务化框架Triton保姆级教程? - 知乎
    这里triton指的是triton inference server而不是OpenAI的triton,注意区分 本篇也算是triton系列第二篇,接下里会借着triton这个库,一起讨论下什么是推理、什么是推理引擎、推理框架、服务框架等等一些概念,以及平常做部署,实际中到底会做些什么。
  • CUDA和Triton哪个好用? - 知乎
    同时,Triton 提供给用户 Python 的编程接口,相比于 C C++ 接口来说,Python 接口无疑对大多数用户来说是更为友好的。然而 Triton 仍然无法控制更底层的内存层级(寄存器),因此也无法在寄存器层级进行数据复用,因此性能始终无法挖掘到硬件的最大。
  • TVM,MLIR,Triton等深度学习编译器的主要区别是什么? - 知乎
    这使得 triton-cpu 这种项目做起来很麻烦(虽然并不是不能做),且 triton-shared 这种项目也看起来很蹩脚(虽然并不是不能用)。 当然,我觉得这也是某种 trade-off,毕竟在某种程度上考虑的越多可能就没有办法快速的写出某种优化,也没有办法在流程最前端提供
  • NVIDIA Triton是什么? - 知乎
    2、启动 Triton Server 用户可以从源码编译 Triton Server,也可以采用 Docker 的方式启动。 启动 Triton Server 需要指定部分参数,--model-repository 指定第一步中模型和配置文件的存放路径,--backend-directory 指定 Backend 的存放路径。
  • Triton想利用Shared Memory,为什么要声明一个没有 . . . - 知乎
    Triton中没有使用静态分配的Shared Memory,而是使用动态分配的Shared Memory。 Triton声明了一个extern、global、size = 0、addrspace = 3的global_smem作为基址,分配的Tensor通过Allocation cpp进行生命周期的管理,每个Tensor会分配一个SharedMemoryObject,内部就包含了相对global_smem的偏移。
  • 华为昇腾920后续会接入OpenAI开源的Triton编程语言么吗?
    难,因为Triton的编程模型不适合于TPU这类专用硬件。 关于这一点我们可以参考一下jax是怎么解决的。 jax推出了内核级编程语言Pallas,Pallas提供了一种同时兼容TPU与GPU的统一编程模型,这种编程模型实际上是建立在Triton与Mosaic上的进一步封装。
  • 如何理解Triton 03-matmul示例中的L2 cache优化? - 知乎
    triton示例中实现L2 cache优化,是通过手写triton language来实现的,过于简陋,晦涩难懂,不够优雅。我认为理想的实现方法为: 开发者实现matmul功能时,应该使用二维的pid,而且不应考虑L2 cache优化的问题。 triton language应该提供类似tl program_grouped_id的方法。
  • 如何利用Triton为RISCV架构(带rvv扩展)自动生成一个可以高效执行的softmax算子? - 知乎
    1 修改 02-fused-softmax py 的Triton算子程序 Triton算子的原始代码如下,它表示Softmax算子的计算逻辑,这也是本次实验的原始输入,我们不会对算子核心的计算逻辑做任何修改,我们的目标是通过这样的Triton-DSL来自动生成RISCV平台的可执行代码;
  • triton(openai)如何实现splitk和streamk? - 知乎
    本来准备早睡,刷到这一条知乎直接起来在tilelang里补上了GEMM的Stream-K和SplitK的Example (主打一个秒杀),不要问我为什么不写Triton,不喜欢,不爱写,速速加入TileLang神教!
  • 如何看待字节 Seed 开源的 Triton-distributed (专为计算-通信重叠优化设计)?
    应用场景:细粒度的计算与通信的overlap。原来:需要使用 cuda 和 NVSHMEM 手动实现这种功能的kernel,如字节的flux和 cutlass中的 Distributed GEMM等。现在:使用 triton-distributed 就可以很快速的实现这种功能 kernel ,并且有不错的性能





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