Imtoken安卓APP|hopper

作者: Imtoken安卓APP
2024-03-07 19:09:45

Book Travel on Mobile | Hopper

Book Travel on Mobile | Hopper

Welcome to Hopper! | Hopper

ome to Hopper! | HopperNewsResearchPress KitMedia EnquiriesHopper AppHomeAboutCultureCareersDownloadWelcome to Hopper!Hopper is a travel app that uses data-driven tools to save you time, money, and anxiety in your quest to book the perfect trip.Hopper Editors - Mon Jun 14 2021Ready to plan your next adventure? You’ve come to the right place!Hopper is the smart way to score travel deals! Hopper is a travel app that uses data-driven tools to save you time, money, and anxiety in your quest to book the perfect trip. Hopper predicts future flight and hotel prices with 95% recommendation accuracy and notifies you the instant there’s a deal. Here are some ways Hopper helps you always get the best price on travel!Booking Flights On Hopper:Deals Calendar - Hopper helps you instantly identify the cheapest dates to travel with a color-coded calendar.Price Predictions & Trip Watches - Hopper predicts future prices with 95% recommendation accuracy. ‘Watch a Trip’ to have Hopper monitor prices 24/7 and notify you the instant there’s a deal.Price Freeze - Found a great price, but not quite ready to book? Don’t miss out with Price Freeze. Hopper will freeze the price so you can book it at a more convenient time. Flexible Dates Plan - With Hopper’s Flexible Dates Plan, you can change your flight, including date, time, and airline, for any reason up to 24 hours prior to your scheduled departure with no added fees.Refundable Ticket Plan - With Hopper’s Refundable Ticket Plan, you can cancel your flight for any reason up to 24 hours prior to your scheduled departure and receive at least 80% of your ticket cost back.Disruption Rebooking Service - Never get stuck at the airport again. If your flight is delayed or you miss your connection, you can instantly rebook the next flight to your destination in the app - no matter the airline - at no additional cost.Booking Hotels On Hopper:Deals Calendar - Hopper helps you instantly identify the cheapest dates to travel with a color-coded calendar.Price Predictions & Hotel Watches - Hopper predicts future prices for your hotel and you can ‘Watch a Hotel’ to have Hopper monitor prices 24/7 and notify you the instant there’s a deal.Exclusive Rates & Carrot Cash - Since Hopper is app-only, hotels send Hopper exclusive rates that are cheaper than travel websites. You can also unlock “Carrot Cash” which is a gift from Hopper that you can apply to your booking to make it even cheaper. Price Freeze - Found a great hotel price, but not quite ready to book? Don’t miss out with Price Freeze. Hopper will freeze the price for up to 60 days so you can book it at a more convenient time.Refundable Rates - Book the refundable rate and you can cancel for any reason up to 24 hours prior to check-in and receive 80% of your trip cost back.Booking Car Rentals on Hopper:Exclusive Rates - Since Hopper is app-only, car rental companies send Hopper exclusive rates that are cheaper than travel websites. No Penalty for Young Drivers - Traditionally rental car companies charge you a penalty if you’re under 25. If you’re under 25, you can book most deals through Hopper without any penalty charges. Book Now, Pay Later - Hopper offers tons of rentals where you don’t have to pay when you book. You can instead pay when you pick up your rental.Hopper offers ultimate flexibility and hassle-free booking so you can travel with confidence and avoid fees and frustration.Ready to start scoring deals? Download the Hopper App to find the best prices (available on iOS and Android devices) and start booking now!TravelFlightsHotelsProductsPrice PredictionChange for Any ReasonCancel for Any ReasonLeave for Any ReasonFlight Disruption GuaranteePrice FreezeVIP SupportCompanyAboutCultureCareersHTS (Hopper Technology Solutions)Partner with Hopper HomesPartner with Hopper HotelsFAQsFlightsHotels & HomesHopper ProductsBilling and PaymentUsing the AppPrivacy NoticeTerms and ConditionsMediaNewsArticlesPress KitResearchMedia Enquir

GitHub - FuzzAnything/Hopper: Hopper is a tool for generating fuzzing test cases for libraries automatically using interpretative fuzzing.

GitHub - FuzzAnything/Hopper: Hopper is a tool for generating fuzzing test cases for libraries automatically using interpretative fuzzing.

Skip to content

Toggle navigation

Sign in

Product

Actions

Automate any workflow

Packages

Host and manage packages

Security

Find and fix vulnerabilities

Codespaces

Instant dev environments

Copilot

Write better code with AI

Code review

Manage code changes

Issues

Plan and track work

Discussions

Collaborate outside of code

Explore

All features

Documentation

GitHub Skills

Blog

Solutions

For

Enterprise

Teams

Startups

Education

By Solution

CI/CD & Automation

DevOps

DevSecOps

Resources

Learning Pathways

White papers, Ebooks, Webinars

Customer Stories

Partners

Open Source

GitHub Sponsors

Fund open source developers

The ReadME Project

GitHub community articles

Repositories

Topics

Trending

Collections

Pricing

Search or jump to...

Search code, repositories, users, issues, pull requests...

Search

Clear

Search syntax tips

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

Sign up

You signed in with another tab or window. Reload to refresh your session.

You signed out in another tab or window. Reload to refresh your session.

You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

FuzzAnything

/

Hopper

Public

Notifications

Fork

21

Star

174

Hopper is a tool for generating fuzzing test cases for libraries automatically using interpretative fuzzing.

License

View license

174

stars

21

forks

Branches

Tags

Activity

Star

Notifications

Code

Issues

2

Pull requests

0

Discussions

Actions

Projects

0

Security

Insights

Additional navigation options

Code

Issues

Pull requests

Discussions

Actions

Projects

Security

Insights

FuzzAnything/Hopper

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

 mainBranchesTagsGo to fileCodeFolders and filesNameNameLast commit messageLast commit dateLatest commit History19 Commits.ci.ci  examplesexamples  hopper-compilerhopper-compiler  hopper-corehopper-core  hopper-derive-implhopper-derive-impl  hopper-derivehopper-derive  hopper-harnesshopper-harness  hopper-instrumenthopper-instrument  testsuitetestsuite  toolstools  .dockerignore.dockerignore  .gitignore.gitignore  Cargo.tomlCargo.toml  DockerfileDockerfile  LICENSELICENSE  README.mdREADME.md  README_Windows.mdREADME_Windows.md  build.shbuild.sh  clippy.tomlclippy.toml  hopperhopper  rustfmt.tomlrustfmt.toml  View all filesRepository files navigationREADMELicenseHopper

Hopper is a tool for generating fuzzing test cases for libraries automatically using interpretative fuzzing. It transforms the problem of library fuzzing into the problem of interpreter fuzzing, enabling exploration of a vast range of API usages for library fuzzing out of the box.

Some key features of Hopper include:

Interpretative API invoking without any fuzz driver.

Type-aware mutation for arguments.

Automatic intra- and inter-API constraints learning.

Binary instrumentation support.

To learn more about Hopper, check out our paper at CCS '23.

Build Hopper

Build Requirements

Linux-amd64 (Tested on Ubuntu 20.04 and Debian Buster)

Rust stable (>= 1.60), can be obtained using rustup

Clang (>= 5.0, Install Clang), rust-bindgen leverages libclang to preprocess, parse, and type check C and C++ header files.

Build Hopper itself

./build.sh

The script will create a install directory in hopper's root directory, then you can use hopper.

To use the command anywhere, you can set the project directory in your PATH variable.

Using Docker

You can choose to use the Dockerfile, which build the requirements and Hopper.

docker build -t hopper ./

docker run --name hopper_dev --privileged -v /path-to-lib:/fuzz -it --rm hopper /bin/bash

Compile library with Hopper

Take csjon for example (More examples).

hopper compile --header ./cJSON.h --library ./libcjson.so --output output

Use hopper compile --help to see detailed usage. If the compiling reports errors about header file, refer to the usage of rust-bindgen, which we used for parsing header file.

You may wrap the header file with the missing definitions.

Hopper uses E9Patch to instrument binaries by default. Optionally, you can use LLVM for source code instrumentation.

After running compile, you will find that it generates the following files in the output directory:

bin/hopper-fuzzer: generates inputs, maintains states, and uses harness to excuted the inputs.

bin/hopper-harness: executes the inputs.

bin/hopper-translate: translates inputs to C source code.

bin/hopper-generator: replays the generate process.

bin/hopper-sanitizer: sanitize and minimize crashes.

Header files

If there are multiple header files, you can create a new header file, and include all of them.

If header files are compiled depending on specific environment variables. You can set it by : BINDGEN_EXTRA_CLANG_ARGS.

If the header file includes API functions that you do not want to test, use --func-pattern to filter them while running the fuzzer.

Environment variable for compiling

HOPPER_MAP_SIZE_POW2: controls the size of coverage path. The default value is 16, and it should be in the range of [16, 20]. e.g. HOPPER_MAP_SIZE_POW2=18.

HOPPER_INST_RATIO: controls how likely a block will be chosen for instrumentation. The default value is 100, and it should be in the range of (0, 100]. e.g. HOPPER_INST_RATIO=75.

HOPPER_INCLUDE_SEARCH_PATH: includes the search path of file in header files. e.g. HOPPER_INCLUDE_SEARCH_PATH=../.

HOPPER_FUNC_BLACKLIST: includes function blacklists that hopper won't compile. bindgen will not generate code for the functions. e.g. HOPPER_FUNC_BLACKLIST=f1,f2.

HOPPER_TYPE_BLACKLIST: includes type blacklists that hopper won't compile. bindgen will not generate code for the types. e.g. HOPPER_TYPE_BLACKLIST=type1,type2.

HOPPER_ITEM_BLACKLIST: includes item(constants/variables) blacklists that hopper won't compile. bindgen will not generate code for the items. e.g. HOPPER_ITEM_BLACKLIST=IPPORT_RESERVED

HOPPER_CUSTOM_OPAQUE_LIST: includes custom opaque types we defined. e.g. HOPPER_CUSTOM_OPAQUE_LIST=type1.

Tips

You can set the arguments and environment variables for compiling and running in a configuration file named hopper.config, see examples/* for details.

Reduce density: If density is larger than 20%, the IDs of edges are likely to have hash-collisions. We can a) increase HOPPER_MAP_SIZE_POW2 or b) reduce HOPPER_INST_RATIO.

Multiple libraries: (1) merge the archives into one shared library, e.g. gcc -shared -o c.so -Wl,--whole-archive a.a b.a -Wl,--no-whole-archive; (2) pass all of them into hopper compiler by --library a.so b.so.

Fuzz Library with Hopper

hopper fuzz output --func-pattern cJSON_*

Use hopper fuzz output --help to see detailed usage.

After running fuzz, it will generate following directories.

queue: generated normal inputs.

hangs: generated timeout inputs.

crashes: generated crash inputs.

misc: store some temporal files or stats.

Environment variable for running

DISABLE_CALL_DET: disables call's deterministic mutating.

DISABLE_GEN_FAIL: disables generating programs for functions that have been failed to invoke.

HOPPER_SEED_DIR: provides seeds for byte-like arguments (default: output/seeds if t exists).

HOPPER_DICT: provides dictionary for byte-like arguments. The grammar is the same as AFL's.

HOPPER_API_INSENSITIVE_COV: disables API-sensitive branch counting.

HOPPER_FAST_EXECUTE_LOOP: number of programs executed (in a loop) for each fork, set as 0 or 1 to break the loop. e.g. HOPPER_FAST_EXECUTE_LOOP=10.

System configuration

Set system core dumps as AFL (on the host if you execute Hopper in a Docker container).

echo core | sudo tee /proc/sys/kernel/core_pattern

Function pattern

Hopper generates inputs for all functions that appear in both headers and libraries by default. However, there are two ways to filter functions in Hopper: excluding functions or including functions. This way, it can be focus on interesting functions.

--func-pattern

hopper fuzz output --func-pattern @cJSON_parse,!cJSON_InitHook,cJSON_*

The pattern can be a function name, e.g. cJSON_parse, or a simple pattern, e.g. cJSON_*.

If you have multiple patterns, use , to join them, e.g cJSON_*,HTTP_*.

You can use @ prefix to limit the fuzzer to only fuzz specific function, while the others can be candidates that provide values for fields or arguments, e.g. @cJSON_parse,cJSON_*.

! is used as prefix for excluding some specific functions, e.g !cJSON_InitHook,cJSON_*.

--custom-rules

The patterns can be defined in the file passed by --custom-rules.

// hopper fuzz output --custom-rules path-to-file

func_target cJSON_parse

func_exclude cJSON_InitHook

func_include cJSON_*,HTTP_*

Constraints

Hopper infers both intra- and inter-API constraints to invoking the APIs correctly.

The constraints are written in output/misc/constraint.config. You can remove the file to reset the constraints.

Additionally, users can define a file that describes custom constraints for API invocations, which is passed by --custom-rules. The constraints will override the inferred ones.

// hopper fuzz output --custom-rules path-to-file

// Grammar:

// func, type : prefix for adding a rule for function or type

// $[0-9]+ : function's i-th argument, or index in array

// [a-zA-Z_]+ : object field

// 0, 128 .. : integer constants

// "xxxx" : string constants

// methods : $len, $range, $null, $non_null, $need_init, $read_file, $write_file, $ret_from, $cast_from, $use, $arr_len, $opaque, $len_factors

// others : pointer(&) , option(?), e.g &.$0.len, `len` field in the pointer's first element

//

// Set one argument in a function to be specific constant

func test_add[$0] = 128

// One argument must be the length of another one

func test_arr[$1] = $len($0)

// Or one field must be the length of another field

func test_arr[$0][len] = $len([$0][name])

// One argument must be in a certain range

func test_arr[$1] = $range(0, $len($0))

// Argument should be non-null

func test_non_null[$0] = $non_null

// Argument should be null

func test_null[$0] = $null

// Argument should be specific string

func test_magic[$0] = "magic"

// Argument should be a file and the file will be read

func test_path[$0] = $read_file

// Argument should be use the value of specific function's return

func test_use[$0] = $ret_from(test_create)

// Argument should be specific type for void pointer. The type should start with *mut or *const.

func test_void[$0] = $cast_from(*mut u8)

// The array suppose has a minimal array length

func test_void[$0][&] = $arr_len(256)

// The array's length is formed by the factors

func fread[$0][&] = $len_factors(1, $2)

// Or

func gzfread[$0][&] = $len_factors($1, $2)

// Field in argument should be specific constant

func test_field[$0][len] = 128

// Deeper fields

func test_field[$0][&.elements.$0] = 128

// One field `len` in a type must be the length of another field `p`

type ArrayWrap[len] = $len(p)

// One nested union `inner_union` in a type must be set to `member2`

type ComplicatedStruct[inner_union] = $use(member2)

// Type is opaque that used as an opaque pointer

type Partial = $opaque

// A type should be init with specific function

type Partial = $init_with(test_init, 0)

// ctx: set context for specific function

// Add a context for function

ctx test_use[$0] <- test_init

// Add implicit context

ctx test_use[*] <- test_init

// Add optional context that preferred to use

ctx test_use[$0] <- test_init ?

// Add forbidden context

ctx test_use[$0] <- ! test_init

// alias: alias types across different function

alias handleA <- useA($0),createA($ret),freeA($0)

// assert: adding specific assertions for calls

assert test_one == 1

assert test_non_zero != 0

Seeds for bytes arguments

If there is a seeds directory (Set by HOPPER_SEED_DIR), Hopper will try to read files inside it and uses them as the seeds for bytes arguments (e.g. char*). Also, you can indicate the seeds for specific argument via its parameter names, e.g make the subdirectory as @buf for parameter whose name is buf.

Logging

Hopper uses Rust's log crate to print log information. The default log level is INFO. If you want to print all logging information (DEBUG and TRACE), you can set the environment LOG_TYPE during running Hopper, e.g. LOG_TYPE=trace ./hopper.

The detailed logging will be written at output/fuzzer_r*.log and output/harness_r*.log.

Reproduce execution

Hopper can reproduce the execution of programs at output directories.

hopper-harness can parse and explain the inputs by Hopper's runtime. It will print the internal states during execution in detail.

./bin/hopper-harness ./queue/id_000000

hopper-translate can translate the input to C source code. The C files can be a witness for reporting issues.

./bin/hopper-translate --input ./queue/id_000000 --header path-to/xx.h --output test.c

# then compile it with specific library

gcc -I/path-to-head -L/path-to-lib -l:libcjson.so test.c -o test

hopper-generator is able to replay input generation except execution. You can use it to analyse how the input was generated or mutated.

./bin/hopper-generator ./queue/id_000000

hopper-sanitizer can minimize and verify the crashes generated by Hopper. It excludes crashes that violate constraints and de-duplicate crashes according to call stacks.

./bin/hopper-sanitizer

Test

Test rust code

Run all testcases

RUST_BACKTRACE=1 cargo test -- --nocapture

Testsuite (test libraries)

How to run and write testuite

Real world examples

Examples

Evaluating results via source-based code coverage

Compile the libraries' source code with LLVM source-based code sanitizer. You should set the compiling flags, e.g.

export CFLAGS="${CFLAGS:-} -fprofile-instr-generate -fcoverage-mapping -gline-tables-only -g"

make

Compile the libraries with cov instrumentation mode. e.g.

hopper compile --instrument cov --header ./cJSON.h --library ./libcjson_cov.so --output output_cov

Run the interpreter with all generated seed inputs (SEED_DIR).

# run hopper and use llvm-cov to compute the coverage.

SEED_DIR=./output/queue hopper cov output_cov

Contributing guidelines

We have listed some tasks in Roadmap.

If you are interested, please feel free to discuss with us and contribute your code.

Coding

Zero cargo check warning

Zero cargo clippy warning

Zero FAILED in cargo test

Try to write tests for your code

Profiling

Profiling Rust Applications

Inferno

perf record --call-graph=dwarf ./bin/hopper-fuzzer

# use flamegraph directly

perf script | stackcollapse-perf.pl | rust-unmangle | flamegraph.pl > flame.svg

# use inferno

perf script | inferno-collapse-perf | inferno-flamegraph > flamegraph.svg

perf will produce huge intermediate data for analysis, so do not run fuzzer more than 2 minutes.

About

Hopper is a tool for generating fuzzing test cases for libraries automatically using interpretative fuzzing.

Topics

testing

rust

security

interpreter

binary

fuzzing

afl

fuzzer

api-testing

fuzzing-framework

library-testing

fuzz-driver

Resources

Readme

License

View license

Activity

Custom properties

Stars

174

stars

Watchers

4

watching

Forks

21

forks

Report repository

Releases

1

1.0.0

Latest

Nov 8, 2023

Packages

0

No packages published

Contributors

2

spinpx

sp1npx

Xeonacid

Xeonacid

Languages

Rust

85.6%

C

7.0%

C++

5.7%

Shell

1.3%

CMake

0.2%

Dockerfile

0.1%

Assembly

0.1%

Footer

© 2024 GitHub, Inc.

Footer navigation

Terms

Privacy

Security

Status

Docs

Contact

Manage cookies

Do not share my personal information

You can’t perform that action at this time.

HOPPER中文(简体)翻译:剑桥词典

HOPPER中文(简体)翻译:剑桥词典

词典

翻译

语法

同义词词典

+Plus

剑桥词典+Plus

Shop

剑桥词典+Plus

我的主页

+Plus 帮助

退出

剑桥词典+Plus

我的主页

+Plus 帮助

退出

登录

/

注册

中文 (简体)

查找

查找

英语-中文(简体)

hopper 在英语-中文(简体)词典中的翻译

hoppernoun [ C ] uk

Your browser doesn't support HTML5 audio

/ˈhɒp.ər/ us

Your browser doesn't support HTML5 audio

/ˈhɑː.pɚ/

Add to word list

Add to word list

a large tube, wide at one end, through which large amounts of small separate things, for example seeds, can be moved from one container to another

漏斗

(hopper在剑桥英语-中文(简体)词典的翻译 © Cambridge University Press)

hopper的例句

hopper

This strategy regulated the hopper at different hopping heights and was efficient even when hopping over obstacles.

来自 Cambridge English Corpus

The figures for many of the species include hoppers.

来自 Cambridge English Corpus

In the northern parts where predators were not so abundant, the bands were nevertheless small, and numbers of green hoppers could be found.

来自 Cambridge English Corpus

Pairings of the keylight with food resulted in the pigeons approaching and pecking the key light rather than going to the food hopper to eat.

来自 Cambridge English Corpus

In many cases it was observed that pallid hoppers were sluggish and easier to catch than the normal hoppers.

来自 Cambridge English Corpus

This hopper included a translational offset mass in order to cause the tipping action that helped in forward propulsion.

来自 Cambridge English Corpus

They ate large numbers of hoppers and scattered the bands, so that no swarms of adults were produced.

来自 Cambridge English Corpus

Single-legged hopping robotics research similar results, when the spring-mass type vertical hopper was controlled with a controller, called periodic forcing controller.

来自 Cambridge English Corpus

示例中的观点不代表剑桥词典编辑、剑桥大学出版社和其许可证颁发者的观点。

C1

hopper的翻译

中文(繁体)

漏斗…

查看更多内容

西班牙语

tolva…

查看更多内容

葡萄牙语

funil, tremonha…

查看更多内容

需要一个翻译器吗?

获得快速、免费的翻译!

翻译器工具

hopper的发音是什么?

在英语词典中查看 hopper 的释义

浏览

hopelessly

hopelessness

hophead

hopped up

hopper

hopping mad idiom

hoppy

hops phrase

hopscotch

hopper更多的中文(简体)翻译

全部

island hopper

island-hopper, at island hopper

查看全部意思»

“每日一词”

veggie burger

UK

Your browser doesn't support HTML5 audio

/ˈvedʒ.i ˌbɜː.ɡər/

US

Your browser doesn't support HTML5 audio

/ˈvedʒ.i ˌbɝː.ɡɚ/

a type of food similar to a hamburger but made without meat, by pressing together small pieces of vegetables, seeds, etc. into a flat, round shape

关于这个

博客

Forget doing it or forget to do it? Avoiding common mistakes with verb patterns (2)

March 06, 2024

查看更多

新词

stochastic parrot

March 04, 2024

查看更多

已添加至 list

回到页面顶端

内容

英语-中文(简体)例句翻译

©剑桥大学出版社与评估2024

学习

学习

学习

新词

帮助

纸质书出版

Word of the Year 2021

Word of the Year 2022

Word of the Year 2023

开发

开发

开发

词典API

双击查看

搜索Widgets

执照数据

关于

关于

关于

无障碍阅读

剑桥英语教学

剑桥大学出版社与评估

授权管理

Cookies与隐私保护

语料库

使用条款

京ICP备14002226号-2

©剑桥大学出版社与评估2024

剑桥词典+Plus

我的主页

+Plus 帮助

退出

词典

定义

清晰解释自然的书面和口头英语

英语

学习词典

基础英式英语

基础美式英语

翻译

点击箭头改变翻译方向。

双语词典

英语-中文(简体)

Chinese (Simplified)–English

英语-中文(繁体)

Chinese (Traditional)–English

英语-荷兰语

荷兰语-英语

英语-法语

法语-英语

英语-德语

德语-英语

英语-印尼语

印尼语-英语

英语-意大利语

意大利语-英语

英语-日语

日语-英语

英语-挪威语

挪威语-英语

英语-波兰语

波兰语-英语

英语-葡萄牙语

葡萄牙语-英语

英语-西班牙语

西班牙语-英语

English–Swedish

Swedish–English

半双语词典

英语-阿拉伯语

英语-孟加拉语

英语-加泰罗尼亚语

英语-捷克语

英语-丹麦语

English–Gujarati

英语-印地语

英语-韩语

英语-马来语

英语-马拉地语

英语-俄语

English–Tamil

English–Telugu

英语-泰语

英语-土耳其语

英语-乌克兰语

English–Urdu

英语-越南语

翻译

语法

同义词词典

Pronunciation

剑桥词典+Plus

Shop

剑桥词典+Plus

我的主页

+Plus 帮助

退出

登录 /

注册

中文 (简体)  

Change

English (UK)

English (US)

Español

Русский

Português

Deutsch

Français

Italiano

中文 (简体)

正體中文 (繁體)

Polski

한국어

Türkçe

日本語

Tiếng Việt

हिंदी

தமிழ்

తెలుగు

关注我们

选择一本词典

最近的词和建议

定义

清晰解释自然的书面和口头英语

英语

学习词典

基础英式英语

基础美式英语

语法与同义词词典

对自然书面和口头英语用法的解释

英语语法

同义词词典

Pronunciation

British and American pronunciations with audio

English Pronunciation

翻译

点击箭头改变翻译方向。

双语词典

英语-中文(简体)

Chinese (Simplified)–English

英语-中文(繁体)

Chinese (Traditional)–English

英语-荷兰语

荷兰语-英语

英语-法语

法语-英语

英语-德语

德语-英语

英语-印尼语

印尼语-英语

英语-意大利语

意大利语-英语

英语-日语

日语-英语

英语-挪威语

挪威语-英语

英语-波兰语

波兰语-英语

英语-葡萄牙语

葡萄牙语-英语

英语-西班牙语

西班牙语-英语

English–Swedish

Swedish–English

半双语词典

英语-阿拉伯语

英语-孟加拉语

英语-加泰罗尼亚语

英语-捷克语

英语-丹麦语

English–Gujarati

英语-印地语

英语-韩语

英语-马来语

英语-马拉地语

英语-俄语

English–Tamil

English–Telugu

英语-泰语

英语-土耳其语

英语-乌克兰语

English–Urdu

英语-越南语

词典+Plus

词汇表

选择语言

中文 (简体)  

English (UK)

English (US)

Español

Русский

Português

Deutsch

Français

Italiano

正體中文 (繁體)

Polski

한국어

Türkçe

日本語

Tiếng Việt

हिंदी

தமிழ்

తెలుగు

内容

英语-中文(简体) 

 Noun

例句

Translations

语法

所有翻译

我的词汇表

把hopper添加到下面的一个词汇表中,或者创建一个新词汇表。

更多词汇表

前往词汇表

对该例句有想法吗?

例句中的单词与输入词条不匹配。

该例句含有令人反感的内容。

取消

提交

例句中的单词与输入词条不匹配。

该例句含有令人反感的内容。

取消

提交

Hopper

Hopper

Loading…

This website is NOT compatible with this version of Internet Explorer…

Hopper

The macOS and Linux Disassembler

Try It Free

Buy Now

Hopper Disassembler, the reverse engineering tool that lets you disassemble, decompile and debug your

applications.

Hopper Disassembler for Mac requires macOS 10.13 or higher.

Hopper Disassembler for Linux requires Ubuntu 18.04, Arch Linux, Fedora 25 or

higher, and a 64 bits processor.

Native

Hopper is perfectly adapted to the environment. The macOS version makes full use of the Cocoa

framework, and the Linux version makes use of Qt 5.

Procedures

Hopper analyzes function's prologues to extract procedural information such as basic blocks and

local variables.

Extensible

With the Hopper SDK, you'll be able to extend Hopper's features, and even write your own file

format and CPU support.

Control Flow Graph

Once a procedure has been detected, Hopper displays a graphical representation of the control

flow graph. You can even export a PDF.

Hopper displays the code using different representations.

Take a look at the assembly, the CFG, and the pseudo-code of a procedure, all at the same time.

Scriptable

Most of the Hopper features can be invoked from Python scripts, giving you the ability to

transform a binary in any way you want.

Debugger

Hopper can use LLDB or GDB, which lets you debug and analyze the binary in a dynamic way (only for Mac

and Linux hosts, not for mobile devices).

Objective-C

Even if Hopper can disassemble any kind of Intel executable, it does not forget its main

platform. Hopper is specialized in retrieving Objective-C information in the files you analyze,

like selectors, strings and messages sent.

Decompiler

Based on an advanced understanding of the executable Hopper can present a pseudo-code

representation of the procedures found in an executable.

Edit, annotate, comment your work directly from the interactive CFG view.

Swift

This new version of Hopper is able to decode the mangled Swift names. No more cryptic

names!

Tabs

Use tabs to create workspaces with different representations of the file.

Semantic Coloration

The analysis performed by Hopper separates code from data, memory accesses from stack variables…

And to help you understand the various discovered objects, Hopper will use a different color to

each of them.

Types

Use the embedded type editor to create your own structures, unions, or enumerated types. It

greatly helps the understanding of the code to use symbols, rather than raw numbers.

Find what you are looking for. The inspector panel automatically adapts its content according to the

context.

What customers say about Hopper?

Source: Mac App Store

Great Exploration Utility★★★★★

by marczak

Fantastic tool that keeps getting better. Hopper is an affordable disassembler that

supports scripting (in Python). A great tool if you ever need to take apart code for debugging, or just

learning. Disassembles Mach-O, ARM, and Windows binaries.

An Incredible Contribution! ★★★★★

by romancorvus

Hopper is an excellent modern disassembler, decompiler, and debugger. The control

flow graph and pseudo code features by themselves are well worth the price. Perhaps the best aspect of

Hopper is that while being a powerful disassembler, it’s also a true Mac application; it contains all

the attributes you’ve come to expect from well-designed Mac applications. Hopper has assisted Mac OS X

in its quest to be the developer’s choice, by providing the highest quality tools. Thank you Hopper

Team, and keep up the great work.

Great disassembler! ★★★★★

by vronin

Thanks a lot :) Your tool is really great. I appreciate that you made it affordable

(so I can just buy it and expense it, instead of going through long procurement process for something

like IDAPro, which costs way too much).

AWESOME! ★★★★★

by WagnerBrazil!

COOL! Very very easy! In about 10 minutes I explored everything of the app and loved

it! Congratulations to the developer! It's really an awesome application! Hope you release an update for

ARM soon! :-)

- The interface is pretty fast and Mac friendly, much better than IDA. changed my life now on! :-)

- Fast analysis of the application…

Really really good!

Invaluable ★★★★★

It's been a long time coming for something like this on OS X, and I'm very grateful

to the developer for creating such a helpful and affordable application. Before this tool came along I

found myself having to do a lot of guess work, which equated to spending a lot more time analyzing

projects. The developer is quick to respond to any issues, etc. and the application continues to amaze

me with all the improvements with each new version. If you have a need for evaluating code, debugging,

or want to understand the flow of an executable this application is a great choice.

Some interesting articles

Tool Review: Hopper Disassembler for OS

X

Brent Huston

[...] It’s an amazingly versatile and useful tool at an incredible price. Truly, it

is a worthwhile investment if you want to learn more about assembler, the inner workings of code and

beginning malware analysis. You can’t go wrong with this one.

Friday Q&A

2012-01-06: The Hopper Disassembler

Mike Ash

Hopper is a powerful tool for disassembling executable code and inspecting the

result. The ability to annotate code and even decompile it into semi-readable C-ish code makes it much

easier to understand what the disassembled code is doing. It's an excellent tool and well worth the

incredibly cheap price.

Analyzing

Binaries with Hopper’s Decompiler

Melissa Elliott - aka 0xabad1dea

Reverse-Engineering

Twitter To Solve An Advertising Mystery

Michael Schonfeld

Interview:

Hopper, le logiciel qui renverse la sécurité du Mac

Stéphane Moussie

�Hopper: Flights, Hotels & Cars on the App Store

�Hopper: Flights, Hotels & Cars on the App Store

ExitAppleStoreMaciPadiPhoneWatchAirPodsTV & HomeEntertainmentAccessoriesSupport

0+

App Store Preview

Hopper: Flights, Hotels & Cars

4+

Spend Less, Travel Better‪.‬

Hopper

#30 in Travel

4.8 • 1.1M Ratings

Free

Screenshots

iPhone

iMessage

Description

The Hopper app has helped over 100 million travelers find and secure the best price on flights, hotels, homes and car rentals - each and every time they book their trips.Book Flights, Hotels, Homes & Rental Cars Find millions of flights, hotels, homes, rental cars (and cute bunnies) – all in one app. Book your trip safely and securely, in just a couple taps and a swipe. Always Get the Best Price You can watch a trip right in the app and we’ll send you a notification when it’s the best time to buy — recommending you to book now, or maybe wait just a little longer.Easily Find The Cheapest Travel Dates Simply search your preferred destination and use Hopper’s color-coded deals calendar to easily find the cheapest travel dates for your trip.Not Ready to Book Right Away?Hopper lets you freeze the price, so that you never miss a travel deal. For a small fee, take the time you need to finalize your plans, or wait for your next paycheck to come in. If the price goes up, you only pay the price you froze it at. But if the price goes down, you just pay the lower price. Travel with ConfidenceAvoid fees and frustration! Make any trip flexible with Hopper’s Cancel and Change for Any Reason plans. Get instantly rebooked without extra costs if your flight is delayed or you miss a connection with Hopper’s Flight Disruption Guarantee. Travel stress free with 24/7 access to Hopper’s Customer Support. Help the Planet, One Booking at a Time. With every booking that occurs on Hopper, we pledge to plant 2 trees to offset the carbon footprint. To date, we’ve planted over 31 million trees. Hopper has no ads, no spam, and no stress — just accurate predictions and travel deals.So what are you waiting for? Start saving money with the bunny today. Download Hopper for free now, and let’s start planning your next trip!Hopper Love• “The 10 Best Free Apps for Air Travel Junkies� - TIME• “The Most Downloaded OTA in the U.S. in 2021� - Apptopia • “The app helps travelers find the cheapest flights, hotels and rental cars.� - The Points Guy• “Compared to exact searches on Expedia, Kayak and Orbitz, we regularly found that the deal quoted on Hopper was the best� - Travel and Leisure• “Hopper can be a better option than direct booking for those who need more flexibility.� - The Wall Street Journal• “Find me a hotel on Hopper!� - The Late Late Show with James Corden• “Travel Unicorn Hopper First Came for Expedia. Airbnb Is Next� - TechCrunch• “Hopper is committed to offsetting the carbon emissions of every flight and hotel stay it sells.� - Forbes, The Top 100 Most Customer-Centric Companies of 2022Say Hello to the BunniesFacebook: https://www.facebook.com/hoppertravelInstagram: @hopperTwitter: @hopperWebsite: http://www.hopper.comNeed support? Head over to https://help.hopper.com to find answers to frequently asked questions. You can also reach us toll-free at +1-833-933-4671 if calling from US or Canada, or at +1 (347)-695-4555 if calling from outside the US or Canada.

What’s New

Feb 27, 2024

Version 7.54.0

Bug fixes and UI improvements.

Ratings and Reviews

4.8 out of 5

1.1M Ratings

1.1M Ratings

Editors’ Notes

Next to losing our luggage or someone crushing our knees with a reclined seat, our biggest source of travel anxiety is paying too much for a flight. Simply enter a destination into Hopper, and the app quickly scours the Internet for the best deals, giving you an easy-to-understand snapshot of fares, ideal travel dates, and even when prices for your flight are likely to rise and fall. You might end up saving enough money for a knee-pleasing seat upgrade.

Golimowski

,

02/10/2023

Not Even the employees will match these low rates!

We recently had a house fire and had no choice but to stay in hotels. With us being a family of 5 suites seem to suit us best and hopper came through every time with the lowest rate of all 3rd party hotel apps and sites. Rate do change constantly but that’s what makes it kinda fun. I find that 2AM I can get the lowest rate of the day , although that’s not always the case. Not only that but on top of fire car broke down and Hopper had great deals for a rental for the week. They are always posting cheap flights and housing or hotels for a vacation or in my case ended up finding an apartment to stay in short term till we got are ducks in a row for the next step of are journey. I have never had a problem with them personally or had to call because they made a mistake. Just be careful when booking rooms that your reading the details correctly or call hotel and double check if you’re unsure what a room type is. For example one time I booked us for a king suite. Thing separate king bedroom and sofa bed in living room….. and we walked in the room there was one king bed. What I should have clicked on was 1 bedroom king suite which had the separate bedroom and pull out couch for the kiddos in living room. All in all Thank you Hopper I couldn’t have found a better site to use in this time of need for my family.

Developer Response

,

It warms our hearts that we were able to come through for you in such a hard time. We sincerely hope that things have turned around since the fire, and that you are able to rebuild or fix what needs to be done and get back in your own home. Thank you for sharing your story with us�

TotallyTurnedOff99

,

04/14/2023

Loved the App BEFORE..Now, not so much…

I have been using Hopper for over 6 years and when I started, it was one of my go-to apps. I loved how easy it was to navigate and purchase flights right in the app. Now, I can’t spend more than 2 minutes without wanting to pluck my eyes out. It is saturated with things popping up and offers to spin some stupid wheel or win some carrot points. It’s overstimulating to say the least. The interface used to be so easy and fun to navigate. Id spend an hour playing around with different trip ideas but these days I plug what I need and try to get off as soon as possible. 😠 Ux issues aside, the reason I gave it 4 stars and not 3 is because historically the app has been very accommodating to me. The customer service people are top tier and have always helped me out. Like the time I booked a flight in 2021 before the Delta strain of COVID was a thing and I needed to cancel. So Hopper employees helped me fight for my money so I could make use of it a year later. That’s really awesome and I will never forget it. 🤗 While it hasn’t been giving me the flight deals like it used to - and I now have a few other apps I use that seem to give me the same deals - Hopper is still one of the main search apps I use for travel planning. That said, I really hope they redesign it. I’m tired of being harangued by slot machines and carrot bucks and hotels I don’t even want 😠

Developer Response

,

We genuinely appreciate you taking the time to really tell us how you feel! This is the kind of feedback we need to open our eyes and help us turn the app back into the \#1 go\-to app we strive to be. We will certainly keep this in mind when it comes to updates and changes made to the app. �Thank you.

App Privacy

The developer, Hopper, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy.

Data Used to Track You

The following data may be used to track you across apps and websites owned by other companies:

Identifiers

Data Linked to You

The following data may be collected and linked to your identity:

Purchases

Financial Info

Location

Contact Info

Search History

Identifiers

Usage Data

Diagnostics

Data Not Linked to You

The following data may be collected but it is not linked to your identity:

Diagnostics

Privacy practices may vary, for example, based on the features you use or your age. Learn More

Information

Seller

Hopper Inc.

Size

237.1 MB

Category

Travel

Compatibility

iPhone

Requires iOS 15.0 or later.

iPod touch

Requires iOS 15.0 or later.

Languages

English, Dutch, French, German, Italian, Portuguese, Simplified Chinese, Spanish, Thai

Age Rating

4+

Copyright

© 2023 Hopper Inc.

Price

Free

Developer Website

App Support

Privacy Policy

Developer Website

App Support

Privacy Policy

Supports

Wallet

Get all of your passes, tickets, cards, and more in one place.

You Might Also Like

Priceline - Hotel, Car, Flight

Travel

CheapTickets Hotels & Flights

Travel

Skiplagged: Flight Booking

Travel

Cheapflights: Flights & Hotels

Travel

StudentUniverse: Cheap Travel

Travel

Hotwire: Last Minute Hotels

Travel

More ways to shop: Find an Apple Store or other retailer near you. Or call 1-800-MY-APPLE.

Choose your country or region

Copyright © 2023 Apple Inc. All rights reserved.

Privacy Policy

Terms of Use

Sales and Refunds

Legal

Site Map

App下载量赶超Booking,旅游公司Hopper凭算法技术进军亚太 - 环球旅讯(TravelDaily)

>

App下载量赶超Booking,旅游公司Hopper凭算法技术进军亚太 - 环球旅讯(TravelDaily)

媒体矩阵

环球旅讯公众号

环球旅讯小程序

环球旅讯视频号

合作机会

寻求报道

赞助活动/投放广告

供需对接

招聘合作

关于我们

专家团

加入环球旅讯

吐槽产品/反馈意见

消息

未登录

个人资料

退出登录

首页

资讯

行业

OTA

住宿

航空

旅游分销

旅游科技

出行

文旅&目的地

商旅&MICE

组织与人才

AI+旅游

原创

原创

内容合作

视频

全部 访谈 活动 专题

快讯

报告

环球旅讯

旅讯前瞻第10期 | 旅游业行业精选报告(含中国展览经济发展数据等)

途牛

2024年春节旅游消费盘点

活动

环球旅讯峰会

环球旅讯数智论坛

DTA数字旅游奖

更多推荐活动

企业服务

英文资讯

寻求报道

搜索

旅游科技

评论

App下载量赶超Booking,旅游公司Hopper凭算法技术进军亚太

环球旅讯 Ritesh Gupta

2022-01-04 08:00:18

English

Hopper 认为如果旅游品牌充分发挥金融科技的力量,可以带动旅客年消费额突破2000亿美元。

【环球旅讯】由于疫情造成的旅游出行的不确定性,在线旅游公司须考虑旅客行为和习惯的变化,他们为此推出了一系列针对预订体验和灵活退改政策的新功能。

旅游科技公司Hopper亚太业务负责人王涛表示,不确定性已经成为行业新常态,短期内不会改变。

旅游科技公司Hopper亚太业务负责人王涛

过去一两年,OTA和旅游供应商被迫调整退改规则、优化用户体验,而能否灵活应变,将决定他们未来能否在竞争中脱颖而出。

移动App营销智能服务商SensorTower数据显示,疫情期间,Hopper一举超越Booking.com,成为2021年上半年美国下载量最高的旅游预订App。

Hopper利用数据和机器学习技术优势,推出一系列产品,帮助旅客省钱,并让他们更安心地预订出行。

5月份,Hopper推出Stay the Night,帮助旅客在最后一刻预订酒店,并获得优惠价格。6月份,该公司推出基于算法的酒店价格冻结服务,该算法通过分析数据来预测酒店价格何时会上涨或下跌,用户可以将酒店的最优价格冻结60天。

近期,携程与Hopper达成合作,成为首个利用Hopper Cloud系列金融科技产品推进北美和欧洲机票预订业务的OTA。按照双方合作计划,从2022年初开始,欧洲和北美的用户在Trip.com上预订机票就可以使用Hopper推出的价格锁定服务。

Hopper的价格锁定功能有什么特别之处?

王涛表示,Hopper开发这类功能时分析了大量历史票价数据,并打造了自主专利的算法技术。价格锁定服务的特别之处在于,用户借此可以推迟旅游计划的最终决策,锁定优惠价格长达14天。

旅客现在非常重视灵活性、透明度和性价比。王涛表示,通过分析海量数据,Hopper可以预测价格何时会下降,最佳交易条件是什么,这也是价格锁定服务的实用之处。如果14天后,机票价格上涨,用户可以原价购买机票,差价由Hopper支付;如果价格下降,用户只需支付更低的价格。

让旅客更放心地预订

除了重视灵活度,旅客在制定出行计划或预订旅游产品时,也希望有更多的控制权。这就意味着,预订平台需要为每位旅客提供个性化方案,结合用户行为洞察、定价、需求数据以及动态定价工具,提升旅游体验,王涛说道。

随着分期付款和金融科技在其他行业得到更多应用,消费者希望在所有交易场景都能拥有顺畅的支付体验。而与其他零售领域不同的是,旅游产品的定价随市场波动变化,因此旅游金融科技也要适应价格波动。旅游公司需要灵活支持各种支付方式并调整产品,而旅游金融科技就可以在这方面提供帮助。旅客的需求在变化,而旅游公司要调整产品和服务来满足这些新的需求。

为旅游公司降低金融风险

在线旅游公司会遇到多重经营风险,如退款或欺诈。旅客锁定价格之后,商家要补差价,数据专家在为商户降低风险。防欺诈专家则能够为旅游公司提供保护,规避交易欺诈风险。

Hopper对于自己的数据分析和AI技术能力也充满信心,认为可以应对所有金融风险。

王涛表示,这也是为什么价格锁定工具同Hopper其他金融科技产品一样,也是采取动态定价机制。也就是说,Hopper通过数据和机器学习算法,可以评估每次交易的风险。正是因为这项技术,Hopper金融科技产品的定价比传统旅游保险产品低得多,而且可以针对每位用户提供差异化服务。

工具和用户体验

Hopper开发了许多工具,包括价格预测、价格锁定、退票退款和航班延误保险等。

王涛表示,这些产品很快在Hopper应用内部和Hopper Cloud合作伙伴中推广开来。Hopper 大约60%的App用户在每次预订时会购买至少一个金融科技产品,这类产品的复购率接近80%。这些产品显然很有市场,旅游公司应该看到金融科技在提升业绩和服务旅客双方面的价值。Hopper 认为,如果旅游品牌充分发挥金融科技的力量,可以带动旅客年消费额突破2000亿美元。

需求增长和业务扩张

Hopper实时监控数据,从而可以洞察旅游业预订趋势的改善。

王涛表示,美国市场的需求在持续上升,几乎达到疫前水平。11月底,美国运输安全管理局(TSA)发布数据称,美国今年感恩节假期期间的航空旅客数量总计2090万人次,达到2019年同期89%的水平。如果来年能保持增长势头,机票和酒店价格也会上升。他预计机票价格在2022年第一季度会接近2019年的水平,春夏航季的往返票价平均接近300美元。

除了美国市场,王涛透露,Hopper计划拓展国际业务,欧洲、亚洲和拉美地区都在组建团队。

与携程的合作,目前只是聚焦于欧洲和北美的机票价格锁定服务。

在亚太地区,Hopper与印度OTA巨头MakeMyTrip也达成了类似的合作。

Hopper

携程

价格锁定

金融科技

相关企业

开通旅连连企业号,获取专属曝光!

申请开通

Hopper

Hopper是全球发展最快的OTA

关注

Ritesh Gupta

个人主页

使用微信扫一扫

已发表文章 179 篇

环球旅讯

Ritesh Gupta在旅游、金融、科技和投资领域拥有丰富的报道经验。

© 以商业目的使用环球旅讯拥有版权的内容,请遵循环球旅讯 版权声明 获得授权。非商业目的使用,请遵循 CC BY-NC 4.0。

参与热门话题投票、发表观点,尽在旅连连社区

查看更多

票价预测技术能成为Hopper的护城河吗?

Hopper的跃升可谓是过去两年OTA领域最大的意外,但票价预测技术真的能成为他们对抗其他OTA巨头的护城河吗?

61 围观 >

相关文章

全球旅游城市榜单出炉;携程取得航班撤轮挡时间协同管理专利;橡鹭科技获京东集团投资 | TD晚报

今日还有宋城演艺、洲际酒店及上海机场等新动态。

飞猪上线“亚运游”服务频道,锁定赛事即可预订对应场馆周边热门酒店

近日,飞猪上线“亚运游”服务频道,为来杭州的观赛观众和外地游客提供一体化的旅游信息服务。

旅业高层人事变动12月合集:携程、新东方、复星、爱彼迎、南航.....

高管人事一览。

携程发布中秋国庆“双节”捡漏指南,节中机票价格“跳水” 百元机票现身

小成本的高光时刻。

评论

未登录

去登录

Hellen

2022-01-04

1

回复

hopper的算法技术能让最优酒店价格冻结60天、机票最低价格锁定14天,这样的服务基本是通过购买旅游价格保险来实现保障消费者权益的,如购买的保险费价远远低于节省订房订票的钱,那也是一个消费者非常需求的技术。可惜在中国本地,hopper还鲜为大众市场认知呀。

取消

发布

陈琳琳-差旅博琳

2022-01-04

1

回复

1.需要评估一下,这种站在消费者交付的算法预定模式,是否会破坏资源方(机票酒店)的收益管理。2.如果有破坏力,资源方会找类似的算法公司针对用这类算法预定行为。这个对决博弈会从消费者和供给商变成两个有同样技术能力的技术公司。胜负得失有待观察!3.如果没有破坏力,反而能增加资源方的客源和收益。这可能会被市场所接受,如同滴滴的逻辑,能提高行业交易的效率,撮合快速成交,降低资源方的获客成本。

取消

发布

蓝嘉

2022-01-04

0

回复

几年前就关注Hopper,当时去柏林的机票就是用Hopper查价对比。Hopper不是后起之秀,拥有一定的技术实力,不过算法源代码能做到多大程度的精准也是一个未知数。票价锁定买贵包赔,是一门生意,就需要收支平衡,由于航空业的收益管理也在进行变更,所以也需要Hopper团队不断精进技术,演进算法,在后疫情时代通过精准营销获取自己的受众。

取消

发布

李超

2022-01-04

0

回复

Hopper更像是一家金融科技公司,通过卖旅游产品销售保险,只是他们卖保险的方式比较体面,可供吃相不佳的中国OTA们学习。

取消

发布

查无此人

2022-01-04

0

回复

如此古老的机票生意,依然可以不断有创新的机会。

取消

发布

想获取更多内容或线索?

扫码添加学委,帮你支招!

企业招聘

TMC大客户销售 · 上海

12 - 18k · 12薪

在路上商旅

直播运营总监 · 广州

18 - 20k · 12薪

KEYFRAME酒旅营销

UI设计师 · 深圳

8 - 10k · 12薪

来一间

酒店拓展经理/高级经理 · 上海

8 - 15k · 13薪

酒店哥哥

行政总厨/厨师长 · 泉州

10 - 20k · 12薪

安腾集团有限公司

查看更多

取消

签证

免签

冰雪旅游

携程

财报

华住

商旅

航班计划

泰国

国际航线

出境游

入境

分享

微信

微博

QQ

收藏

评论

点赞

客服

添加专属客服

您好,我是您的人工客服!点击联系客服

顶部

微信扫码分享

打开微信扫一扫

微信扫码参与话题讨论

内容资讯

快讯

推荐

评论

译讯

行业

精选

主题

ChinaTravelNews

旅讯活动

全部活动

环球旅讯峰会

DTA数字旅游奖

ITB China

旅讯Live

产品&服务

品牌展示

内容合作

视频产品

行业活动

旅连连企业服务平台

关于

关于环球旅讯

关注我们

联系我们

加入我们

添加专属客服

环球旅讯小程序

环球旅讯订阅号

餐饮加盟

连锁酒店加盟

股票

宝发网

晶晶心得网

别墅设计

八酷网

©2023 广州力矩资讯科技有限公司 | 粤ICP备06070077号 | 增值电信业务许可证:粤B2-20211213

十年憋大招, Hopper如何颠覆机票预订? - 环球旅讯(TravelDaily)

>

十年憋大招, Hopper如何颠覆机票预订? - 环球旅讯(TravelDaily)

媒体矩阵

环球旅讯公众号

环球旅讯小程序

环球旅讯视频号

合作机会

寻求报道

赞助活动/投放广告

供需对接

招聘合作

关于我们

专家团

加入环球旅讯

吐槽产品/反馈意见

消息

未登录

个人资料

退出登录

首页

资讯

行业

OTA

住宿

航空

旅游分销

旅游科技

出行

文旅&目的地

商旅&MICE

组织与人才

AI+旅游

原创

原创

内容合作

视频

全部 访谈 活动 专题

快讯

报告

环球旅讯

旅讯前瞻第10期 | 旅游业行业精选报告(含中国展览经济发展数据等)

途牛

2024年春节旅游消费盘点

活动

环球旅讯峰会

环球旅讯数智论坛

DTA数字旅游奖

更多推荐活动

企业服务

英文资讯

寻求报道

搜索

译讯

十年憋大招, Hopper如何颠覆机票预订?

环球旅讯

2016-07-26 13:46:21

English

Hopper通过多年来对GDS票价数据的分析,帮助用户追踪机票价格变动、提醒最佳购票时机,据称其预测的精准度达95%,其60%的推送信息是告诉消费者此时不适合订购机票。

【环球旅讯】本文编译自Tnooz:机票价格追踪及预订应用Hopper自称目前正处于高速发展中,自去年12月至今,这款App在苹果、安卓应用商店上的下载量已经达到了450万次。2015年初Hopper在苹果应用商店上线至今,累计下载量已经高达600万次。

去年冬天,Hopper就被苹果App Store评为“最佳App”,Hopper公司被安卓Google Play评为“杰出创业公司”。

这家总部位于美国波士顿的创业公司表示,用户对Hopper应用内功能的使用量,目前也在快速增长中。其中一个名为Watch的关键功能,使得用户可以追踪某一行程的机票价格变化情况。

用户对Watch功能的使用量呈现加速的增长。Hopper公司透露,目前其用户通过Watch功能,已经追踪了900万次行程的票价。今年夏季,该功能平均每个月的行程票价追踪量已接近200万次。

一年之前,Hopper还没有卖机票;而今年以来,该公司已经在全球130个国家售卖机票了。Hopper之前充当了比价搜索引擎的角色,向其用户推荐购票的渠道。而从去年9月份开始,Hopper 就获得了美国航企报告公司ARC(Airlines Reporting Corporation,类似中国航空代理协会)的资质认可,开始销售机票。

 

图注:Hopper今年以来机票预订额的增长量

Hopper公司计划今年内实现数亿美元的机票销售。Hopper相信,其机票预订业务的高速增长能助该公司成为增速最快的MTA(移动旅游预订公司)。

该公司CEO Fred Lalonde说:“很少有创业公司可以在半年内将机票销售业务直接拓展到全球130个国家。”

Fred Lalonde本人在旅游分销和在线旅游行业已经有20年的深厚经验,他在1997年所创立的酒店直连平台NewTrade于2002年被Expedia收购,其后的四年间他担任Expedia的酒店和度假业务副总裁,后于2007年创立Hopper,从事目的地搜索聚合服务,后于2011年转型机票预测和搜索服务。而转型至今,该公司已经合计融资3600万美元,其中产品上线前已融资2000万美元。

 图注:各类旅游相关服务App在阿根廷、加拿大、哥伦比亚、爱尔兰、新加坡、阿联酋六国的市场份额排名,Hopper的App带有兔子标志

Hopper取得的成功,颠覆了“用户不会在移动设备上完成机票预订而只会进行机票搜索”的传统观念。(Hopper平台只提供智能手机的App应用,该公司称其10%的用户使用平板设备。)

Lalonde将Hopper的成功归结于消费者对移动端的使用偏好。他认为,只要把握好移动端的用户体验优化,千禧一代自然愿意通过移动设备来预订旅游。而这一年轻用户群体,占该公司用户的52%。

Lalonde预测,旅游业将会迎来机票预订主要通过移动设备预订的颠覆性变革,变革将比人们所意料的来得更早。旅游公司将不得不学习如何掌控用户行为和预期的新型因素及关联模式。

Lalonde说,消费者们会使用Hopper移动端应用订购价格不菲的机票。国际航班占Hopper机票预订的约2/3。预订国际航班的用户的平均消费额达到了1400美元。Lalonde说: “我们做的不是last-minute预订应用。平均而言,用户一般在旅程出发前的三个月,已经开始关注和追踪航班的票价。所以说,我们的用户属于主流的旅游预订人群。”

Hopper的默认界面专注于帮助消费者研究航班票价,而不是一开始就对用户强推机票推荐。Hopper更想要告知消费者,什么时候买票最实惠,其预测的精准度据称达到了95%。

该公司表示,Hopper的60%的推送信息是告诉消费者此时不适合订购机票。Lalonde说,他觉得很少有旅游应用,会发送这么多的推送信息,来建议消费者,不要在特定时刻订购机票。

Hopper认为,平均而言,在每3次行程中,就有2次能够监测到出发前的票价下调。也就是说,在航班启程剩余时间不断减少的过程中,票价未必会呈现绝对上涨的趋势。

Hopper通过多个渠道来获取机票价格信息,包括主要的GDS,但不包括Google的ITA。

但Hopper也有一个缺陷:Hopper预订平台不提供部分航空公司预订,因为这些航空公司并不通过GDS分销,例如美国的西南航空,他们正在与达美航空展开激烈竞争,力争成为国内旅客载客量最大的航空公司。

新功能

从7月21日起,Hopper已经改版了用户界面。Hopper约占90%的收入来自信息推送所产生的预订。针对用户就每一个航程的始发地、目的地、出发及抵达日期的查询,该公司将每一次信息推送都视作与他们进行的“一次对话”。

Hopper超过一半的用户都已针对一个目的地建立了多个出发及到达日期计划。这些用户基本上都使用Hopper来关注不同时段的航班票价,也就是说,这些用户可能在旅游出行的时间计划上,具有一定程度的灵活性。Hopper用户一般都关注不止一个目的地的来回程价格,Hopper认为,这也意味着行程计划存在灵活性。

在旅游计划的灵感激发阶段,为帮助用户更好地浏览优惠行程,Hopper在7月20日的应用更新中引入了新的推送功能。以前Hopper的推送只简要地显示在用户的桌面屏幕上,而今在用户内部界面,Hopper也基于最新数据,向用户推送关于目的地和来回日期的推荐信息。

当一条推送信息发出提醒,比如说,有一个航班优惠价格为340美元,而7秒之后,如果系统发现价格已经更改,Hopper将会更新该推送信息,显示最新的价格。

该公司声称,用户越多与Hopper推送进行互动,其后续得到的推送信息将越个性化。

有质疑者认为,Hopper的界面设计,将导致用户需要建立多个Watch来监控票价波动,以获得更广泛的优惠票价选择。

对此Hopper反驳称,即使用户在选择了特定的一组来回程日期后,可能错失该组日期前后1、2天的其他优惠机会,Hopper也仍将提醒用户其所错过的其他票价优惠。

Lalonde相信,动态调整推送信息的提醒方式,预示着类似Netflix(美国的视频流媒体播放服务公司)推荐方式,将在在线旅游的机票预订领域演变。

Hopper正在调整其后台系统,以根据用户行为偏好,更直观地调整推送信息的频率,而这些用户行为偏好总体而言具有年龄段的特征。

但Hopper应用内并没有加入chat bots(智能聊天机器人)。用户无法针对预订向旅游代理发送文字信息,也没有自然语言搜索。简而言之,Hopper并不跟随业界风行的话题性商业趋势。

Lalonde说,Hopper将很快推出一套探索功能,与用户实现互动,比如用户说“这几个日期,请给我旅游建议”,或者用户可以提出“请为我介绍六月份去欧洲有哪些好的选择”。

对此,Lalonde指出:“在线旅游领域有两件事很难做,即使Google这样的巨头公司也很难做到。其一,应该告知用户什么内容,什么时候告诉才不会令用户感到干扰。其二,提供精准的票价信息,也就是说如何在航班票价动态更新的时候,避免‘诱导转向’(bait and switch,即先用低价吸引用户来访问,然后告知用户该低价产品已经没有,转而推售另一个更高价格的产品)。如果给用户的推送说票价是200美元,用户点击进去后发现其实是500美元,这种体验极差。”

四个月前,Hopper宣布其完成了1600万美元的融资,该轮融资由BDC Capital IT Venture Fund领投。该公司目前仍以30人的精简团队运作,其目前仍在招募,下一个目标是国际化拓展。

Hopper在营销方面也是特立独行,是一家很少做广告的技术公司,没有使用社交媒体的重定向投放,也没有使用Google AdWords。

Hopper坚持只以消费者为导向。但同时也基于用户趋势,为其航空合作伙伴提供免费的品牌能见度预测,尤其针对其海外市场的营销。

对于未来趋势,Hopper计划尽可能地借助千禧一代的浪潮实现增长,但也兼顾其他年代的用户群,并理解消费者心理。

“对于千禧一代,人们存在夸张的误读,这些应该被忽略。但对千禧一代的不少概括评价,特别是这一群体的行为模式、与品牌的互动方式,以及他们对网络的信任所在,这些都是真实存在的。千禧一代确实与其他年代的人群,有着不同的行为模式。”

正如上文提及,Hopper过半的用户是千禧一代,即目前18-34岁间的人群。其另一个主要用户群是婴儿潮一代(baby boom,1946年至1964年,二战后的美国,很多男性从战场返乡结婚生子,创造了美国史无前例的baby boom,而在此期间出生的孩子则被称为baby boomer),这一群体普遍已经退休,经常旅游。

Hopper还计划借助移动端用户实现增长。欧美用户目前在首选移动端的使用习惯上,落后于世界上很多其他国家地区。Lalonde说:“关于消费者在手机端上用户习惯的一些道听途说不足为信。移动端必将成为趋势。我们并非唯一证实了这一点的公司。”Lalonde决心使Hopper成为在机票和其他旅游产品的移动预订方面世界最顶尖的公司。

该公司总部位于美国马萨诸塞州的剑桥市,由多年前初始的目的地搜索聚合服务,转型成为如今全方位的旅程研究工具。

对于其他创业公司如何寻求产品服务匹配市场需求,Hopper公司的CEO提出了如下意见:

“创业公司的优秀,取决于团队的优秀。对团队人员的选择,比其他因素都要重要。不少公司对人才价值的认可,仅停留在口头说说,很多公司忽视人才价值,而我却觉得,人才对于公司的价值,是无以伦比的重要。”

“另一方面,创业公司必须有耐心。以Hopper为例,我们知道公司必须投入多年的努力才能有所成就。机票分销是一项封闭的、不透明、整合式的分销生意。想要在全球航空领域崭露头角,必须假以时日。”

“公司遭遇转型没有问题,很多大公司都经历转型。无需感到耻辱,亦无须在意流言。如果旁观者自己真的知道如何打造你的产品,他们也不会甘于旁观。”

“我对创业公司更全面的建议是,他们应该比我们更加相信,未来100%的生意将通过手机端实现,而千禧一代将是最大的消费群体。”

“上述预测足够中肯。创业公司应该以此发展业务,不必患得患失。” (Jerry编译)

Hopper

机票分销

移动应用

相关企业

开通旅连连企业号,获取专属曝光!

申请开通

Hopper

Hopper是全球发展最快的OTA

关注

© 以商业目的使用环球旅讯拥有版权的内容,请遵循环球旅讯 版权声明 获得授权。非商业目的使用,请遵循 CC BY-NC 4.0。

相关文章

Expedia和Hopper“闹掰”;迪士尼CEO任期延至2026年 | 大公司简报

旅游业大公司最新动态一周集锦。

Expedia+沃尔玛、万豪+美高梅:巨头联手会员合作,获客潜力有多大?

互相渗透,各取所需。

欧洲人潮涌动,旅游过热成为当地“甜蜜的负担”

让人欣喜,也让人焦躁。

对话Hopper CEO:从拼多多中获得灵感,目标是与Expedia、Booking“三足鼎立”

一名疯狂的拼多多爱好者,如何颠覆美国在线旅游市场?

评论

未登录

去登录

想获取更多内容或线索?

扫码添加学委,帮你支招!

企业招聘

携程商旅机票商务经理(广州) · 广州

15 - 25k · 13薪

携程集团

新媒体运营经理 · 广州

6 - 10k · 13薪

府上酒店

海外酒店产品经理 · 深圳

10 - 20k · 13薪

深圳捷旅

TMC大客户销售 · 上海

12 - 18k · 12薪

在路上商旅

大客户经理 · 深圳

10 - 15k · 12薪

红色加力

查看更多

取消

签证

免签

冰雪旅游

携程

财报

华住

商旅

航班计划

泰国

国际航线

出境游

入境

分享

微信

微博

QQ

收藏

评论

点赞

客服

添加专属客服

您好,我是您的人工客服!点击联系客服

顶部

微信扫码分享

打开微信扫一扫

微信扫码参与话题讨论

内容资讯

快讯

推荐

评论

译讯

行业

精选

主题

ChinaTravelNews

旅讯活动

全部活动

环球旅讯峰会

DTA数字旅游奖

ITB China

旅讯Live

产品&服务

品牌展示

内容合作

视频产品

行业活动

旅连连企业服务平台

关于

关于环球旅讯

关注我们

联系我们

加入我们

添加专属客服

环球旅讯小程序

环球旅讯订阅号

餐饮加盟

连锁酒店加盟

股票

宝发网

晶晶心得网

别墅设计

八酷网

©2023 广州力矩资讯科技有限公司 | 粤ICP备06070077号 | 增值电信业务许可证:粤B2-20211213

 NVIDIA 宣布推出 Hopper 架构,掀起新一代加速计算浪潮 | NVIDIA 英伟达博客

 NVIDIA 宣布推出 Hopper 架构,掀起新一代加速计算浪潮 | NVIDIA 英伟达博客

Skip to content

NVIDIA 引领人工智能计算

搜索:

Toggle Search

平台

人工智能与机器学习

行业

概观

AI 创新者

AI 城市

适用于公益的 AI

医疗保健

HIGHER EDUCATION

零售

机器人

自动驾驶汽车

开发者

产品

DGX 系统

NVIDIA GPU CLOUD

NVIDIA TITAN V

解决方案

深度学习推理平台

教育

创业公司

数据中心

产品

TESLA

DGX

DGX 2

DGX-STATION

HGX-1

NVIDIA GPU CLOUD

解决方案

深度学习和人工智能

高性能运算

GPU 云计算

虚拟桌面

人工智能加速分析

APPS

GPU APPS DIRECTORY

GPU Ready 应用

适用于开发者

技术

NVIDIA VOLTA

NVIDIA PASCAL

NVLINK/NVSWITCH

TENSOR CORES

INDEX PARAVIEW PLUGIN

NVIDIA GPU CLOUD

设计和专业视觉化

行业

建筑、工程与建设

教育

制造业

媒体和娱乐

产品

QUADRO

QUADRO vDWS

GRID vPC/vAPPS

NVIDIA TITAN Xp

NVS

解决方案

多显示器

渲染

虚拟化

虚拟现实

HPC 可视化

技术

材质定义语言

NVLINK

虚拟 GPU 技术

全息甲板

适用于开发者

自主机器

行业

无人机

工业机器人

智能视频分析(IVA)

产品

开发者

无人驾驶

解决方案

NVIDIA DRIVE 平台

NVIDIA DGX-1

NVIDIA DRIVE CONSTELLATION

NVIDIA DRIVE IX

高清地图绘制

高级驾驶员辅助系统

合作伙伴

开发者

GEFORCE 游戏

GTX 10-系列显卡

GTX 10-系列笔记本

大尺寸游戏显示器 (BFGD)

G-SYNC MONITORS

GEFORCE EXPERIENCE

GEFORCE NOW FOR MAC & PC

NVIDIA TITAN XP COLLECTOR’S EDITION

技术

虚拟现实

开发者

开发者官网

开发者博客

CUDA

深度学习培训中心

GPU 技术大会

社群

NVIDIA 博客

GEFORCE 论坛

虚拟 GPU 论坛

GPU 风险投资

初创加速计划

初创加速新闻

会员成功故事

支持

驱动程序

GEFORCE 驱动程序

所有 NVIDIA 驱动程序

关于 NVIDIA

AI 计算机图形

新闻中心

NVIDIA 博客

科研

网络研讨会

活动

公司信息

人才招聘

投资者

企业公民

Search for:

QR Code扫描二维码关注NVIDIA 英伟达微信公众号

隐私声明

管理我的隐私

法律事宜

无障碍访问

产品安全

联系 NVIDIA

Copyright © 2024 NVIDIA Corporation

|

京公网安备11010502036963号

|

京ICP备18033986号 - 1

首页

生成式 AI

网络

自动驾驶

游戏

专业图形

机器人

初创加速会员成功故事

初创加速新闻

成功案例

AI 播客

 NVIDIA 宣布推出 Hopper 架构,掀起新一代加速计算浪潮

作为全球 AI 基础设施的全新引擎,NVIDIA H100 GPU 实现了数量级的性能飞跃

3月 23, 2022 by 英伟达中国

分享

扫描二维码将网页分享至朋友圈

Email

加利福尼亚州圣克拉拉市 —— GTC 大会 —— 太平洋时间 2022 年 3 月 22 日 —— 为推动 AI 数据中心的新一轮发展,NVIDIA 于今日宣布推出采用 NVIDIA Hopper™ 架构的新一代加速计算平台。与上一代产品相比,该平台实现了数量级的性能飞跃。 

这一全新架构以美国计算机领域的先驱科学家 Grace Hopper 的名字命名,将取代两年前推出的 NVIDIA Ampere 架构。

NVIDIA 同时发布其首款基于 Hopper 架构的 GPU — NVIDIA H100。该款 GPU 集成了 800 亿个晶体管。H100 是全球范围内最大的性能出众的加速器,拥有革命性的 Transformer 引擎和高度可扩展的 NVIDIA NVLink® 互连技术等突破性功能,可推动庞大的 AI 语言模型、深度推荐系统、基因组学和复杂数字孪生的发展。

NVIDIA 创始人兼 CEO 黄仁勋表示: “数据中心正在转变成‘AI 工厂’。它们处理大量数据,以实现智能。NVIDIA H100 是全球 AI 基础设施的引擎,让企业能够利用其实现自身 AI 业务的加速。”

H100 技术突破

H100 NVIDIA GPU 为加速大规模 AI 和 HPC 设定了新的标准,带来了六项突破性创新:

世界最先进的芯片 —— H100 由 800 亿个晶体管构建而成,这些晶体管采用了专为 NVIDIA 加速计算需求设计的尖端的 TSMC 4N 工艺,因而能够显著提升 AI、HPC、显存带宽、互连和通信的速度,并能够实现近 5TB/s 的外部互联带宽。H100 是首款支持 PCIe 5.0 的 GPU,也是首款采用 HBM3 的 GPU,可实现 3TB/s 的显存带宽。20个 H100 GPU 便可承托相当于全球互联网的流量,使其能够帮助客户推出先进的推荐系统以及实时运行数据推理的大型语言模型。

 新的 Transformer 引擎 —— Transformer 现在已成为自然语言处理的标准模型方案,也是深度学习模型领域最重要的模型之一。H100 加速器的 Transformer 引擎旨在不影响精度的情况下,将这些网络的速度提升至上一代的六倍。

第二代安全多实例 GPU —— MIG 技术支持将单个 GPU 分为七个更小且完全独立的实例,以处理不同类型的作业。与上一代产品相比,在云环境中 Hopper 架构通过为每个 GPU 实例提供安全的多租户配置,将 MIG 的部分能力扩展了 7 倍。

机密计算 —— H100 是全球首款具有机密计算功能的加速器,可保护 AI 模型和正在处理的客户数据。客户还可以将机密计算应用于医疗健康和金融服务等隐私敏感型行业的联邦学习,也可以应用于共享云基础设施。

第 4 代 NVIDIA NVLink —— 为加速大型 AI 模型,NVLink 结合全新的外接 NVLink Switch,可将 NVLink 扩展为服务器间的互联网络,最多可以连接多达 256 个 H100 GPU,相较于上一代采用 NVIDIA HDR Quantum InfiniBand网络,带宽高出9倍。

DPX 指令 —— 新的 DPX 指令可加速动态规划,适用于包括路径优化和基因组学在内的一系列算法,与 CPU 和上一代 GPU 相比,其速度提升分别可达 40 倍和 7 倍。Floyd-Warshall 算法与 Smith-Waterman 算法也在其加速之列,前者可以在动态仓库环境中为自主机器人车队寻找最优线路,而后者可用于 DNA 和蛋白质分类与折叠的序列比对。 

H100 的多项技术创新相结合,进一步扩大了 NVIDIA在 AI 推理和训练的领导地位,利用大规模 AI 模型实现了实时沉浸式应用。H100 将支持聊天机器人使用功能超强大的monolithic Transformer 语言模型 Megatron 530B,吞吐量比上一代产品高出 30 倍,同时满足实时对话式 AI 所需的次秒级延迟。利用 H100,研究人员和开发者能够训练庞大的模型,如包含 3950 亿个参数的混合专家模型,训练速度加速高达9倍,将训练时间从几周缩短到几天。

NVIDIA H100 的广泛采用

NVIDIA H100 可部署于各种数据中心,包括内部私有云、云、混合云和边缘数据中心。这款产品预计于今年晚些时候全面发售,届时企业可从全球各大云服务提供商和计算机制造商处购买,或者直接从 NVIDIA 官方渠道购买。

NVIDIA 的第四代 DGX™ 系统 DGX H100 配备 8 块 H100 GPU,以全新的 FP8 精度提供 32 Petaflop 的 AI 性能,并支持扩展,能够满足大型语言模型、推荐系统、医疗健康研究和气候科学的海量计算需求。 

DGX H100 系统中的每块 GPU 都通过第四代 NVLink 连接,可提供 900GB/s 的带宽,与上一代相比,速度提升了 1.5 倍。NVSwitch™ 支持所有八块 H100 GPU 通过 NVLink 全互联。新一代 NVIDIA DGX SuperPOD™ 超级计算机可通过外部 NVLink Switch 互联,最多可连接 32 个 DGX H100 节点。

Hopper 已在行业内获得各大云服务提供商的广泛支持,包括阿里云、AWS、百度智能云、Google Cloud、Microsoft Azure、Oracle Cloud、腾讯云和火山引擎,这些云服务商均计划推出基于 H100 的实例。

全球领先的系统制造商,包括源讯、BOXX Technologies、思科、戴尔科技、富士通、技嘉、新华三、慧与 (HPE)、浪潮、联想、宁畅和超微预计推出各种采用 H100 加速器的服务器。

规模各异的 NVIDIA H100

H100 将提供 SXM 和 PCIe 两种规格,可满足各种服务器设计需求。此外,NVIDIA还会推出融合加速器,耦合 H100 GPU 与 NVIDIA ConnectX®-7 400Gb/s InfiniBand 和以太网智能网卡。

NVIDIA H100 SXM 提供 4 GPU 和 8 GPU 配置的 HGX™ H100 服务器主板,可助力企业将应用扩展至一台服务器和多台服务器中的多个 GPU。基于 HGX H100 的服务器可为 AI 训练和推理以及数据分析和 HPC 应用提供更高的应用性能。

H100 PCIe 通过 NVLink 连接两块 GPU,相较于 PCIe 5.0,可提供 7 倍以上的带宽,为主流企业级服务器上运行的应用带来卓越的性能。PCIe规格便于集成到现有的数据中心基础设施中。

H100 CNX 是一款全新的融合加速器。这款加速器将 H100 与 ConnectX-7 智能网卡相结合,可为 I/O 密集型应用(如企业级数据中心内的多节点 AI 训练和边缘 5G 信号处理)提供强劲性能。

NVIDIA Hopper 架构 GPU 还可与 NVIDIA Grace™ CPU 通过 NVLink-C2C 互联,与 PCIe 5.0 相比,可将 CPU 和 GPU 之间的通信速度提高 7 倍以上。这一组合,即Grace Hopper 超级芯片,可用于大规模 HPC 和 AI 应用。

NVIDIA 软件支持

H100 NVIDIA GPU 由功能强大的软件工具提供支持,可助力开发者和企业构建并加速 AI、HPC 等一系列应用。其中包括用于语音、推荐系统和超大规模推理等工作负载的 NVIDIA AI 软件套件的重大更新。

NVIDIA 还发布了 60 多个针对 CUDA-X™ 的一系列库、工具和技术的更新,以加速量子计算和 6G 研究、网络安全、基因组学和药物研发等领域的研究进展。 

供货信息

NVIDIA H100 将自第三季度起开始供货。

观看 NVIDIA 创始人兼首席执行官黄仁勋的 GTC 2022 主题演讲,进一步了解NVIDIA Hopper 和 H100。免费注册 GTC 2022,与NVIDIA和行业领导者共襄盛会。

关于 NVIDIA

NVIDIA(NASDAQ 股票代码:NVDA)于 1999 年发明了 GPU。此举大幅推动了 PC 游戏市场的发展、重新定义了现代计算机图形、高性能计算和人工智能。该公司在加速计算和 AI 领域的开创性工作正在重塑价值数万亿美元的行业(例如运输、医疗健康和制造业),并推动许多其他行业的发展。有关更多信息,请访问 https://nvidianews.nvidia.com/。

本新闻稿中的部分声明包括但不限于关于以下内容的声明:NVIDIA Hopper 架构、NVIDIA H100 GPU 和DGX H100 的优势、影响、规格、性能和可用性;数据中心成为 AI 工厂;NVIDIA H100 为全球数据中心提供下一个引擎,使企业能够利用 AI 为自身业务带来变革;客户能够将机密计算应用于联邦学习;NVIDIA H100 能够部署于各种类型的数据中心;以及对 NVIDIA H100 的软件支持等为前瞻性声明,存在风险与不确定性,最终结果可能与预期存在极大差异。可能导致实际结果出现极大差异的重要因素包括:全球经济状况;我们在制造、组装、包装和测试产品方面对第三方的依赖性;技术发展和竞争的影响;新产品和技术的发展或对我们现有产品和技术的改良;市场对我们的产品或合作伙伴产品的接受情况;设计、制造或软件缺陷;消费者偏好或需求的变化;行业标准和界面的变化;将我们的产品或技术集成到系统中时意外损耗的性能;以及 NVIDIA 提交给美国证券交易委员会 (SEC) 的最新报告(包括但不限于其 Form 10-K 年报和 Form 10-Q 季报)中屡次详述的其他因素。提交给 SEC 的报告的副本会发布在公司的网站上且可免费从 NVIDIA 获得。这些前瞻性声明不能保证未来的表现,仅在规定日期有效。除非法律另有要求,否则 NVIDIA 对更新这些前瞻性声明以反映未来事件或环境不承担任何责任。

© 2022 NVIDIA Corporation. 保留所有权利。NVIDIA、NVIDIA 徽标、ConnectX、CUDA-X、DGX、NVIDIA DGX SuperPOD、NVIDIA Grace、NVIDIA HGX、NVIDIA Hopper、NVLink 和 NVSwitch 均为 NVIDIA Corporation 和 Mellanox Technologies 在美国和其他国家/地区的商标或注册商标。其他所有商标和版权均为其各自所有者的资产。功能、定价、供货信息和规格如有变更,恕不另行通知。

分类: 数据中心 | 新闻

NVIDIA 相关新闻

解码 AI:揭开 AI 硬件、软件及其背后工具的神秘面纱

ServiceNow、Hugging Face 和 NVIDIA 发布全新开放获取 LLM,助力开发者运用生成式 AI 构建企业应用 

NVIDIA RTX 500 和 1000 Ada Generation 笔记本电脑 GPU 可随时随地驱动 AI 增强型工作流

为工具包增添新成员:2 月版 Studio 驱动及测试版 NVIDIA App 现已推出

共耀光芒: Google Gemma 优化后可在 NVIDIA GPU 上运行

Post navigation

公司信息

关于 NVIDIA

公司概览

技术

NVIDIA 研究

投资者

社会责任

NVIDIA Foundation

参与

人才招聘

开发者社区

加入开发者计划

NVIDIA 合作伙伴网络

NVIDIA 初创加速计划

技术培训

面向 IT 专业人员的培训

面向数据科学人员的专业服务

新闻与活动

新闻中心

NVIDIA 博客

在线研讨会

获得最新信息

近期活动

NVIDIA GPU 技术大会

NVIDIA On-Demand

浏览其他地区的博客和社交网络

隐私声明

管理我的隐私

法律事宜

无障碍访问

产品安全

联系 NVIDIA

Copyright © 2024 NVIDIA Corporation

|

京公网安备11010502036963号

|

京ICP备18033986号 - 1

CHN - 中国

分享此文章

收件人的邮箱地址

您的名字

您的邮箱地址

Comments

发送邮件

邮件已发送

Hopper GPU 架构-为新一代工作负载打造的加速计算平台 | NVIDIA

Hopper GPU 架构-为新一代工作负载打造的加速计算平台 | NVIDIA

NVIDIA Home

NVIDIA Home

Menu

Menu icon

Menu

Menu icon

Close

Close icon

Close

Close icon

Close

Close icon

Caret down icon

Accordion is closed, click to open.

Caret down icon

Accordion is closed, click to open.

Caret up icon

Accordion is open, click to close.

Caret right icon

Click to expand

Caret right icon

Click to expand

Caret right icon

Click to expand menu.

Caret left icon

Click to collapse menu.

Caret left icon

Click to collapse menu.

Caret left icon

Click to collapse menu.

Shopping Cart

Click to see cart items

Search icon

Click to search

Skip to main content

NVIDIA 引领人工智能计算

Main Menu

产品

硬件

软件

游戏和娱乐

GeForce 显卡

游戏笔记本电脑

G-SYNC 显示器

Studio

笔记本电脑和工作站

游戏笔记本电脑

NVIDIA RTX 桌面工作站

专业笔记本电脑中的 NVIDIA RTX

NVIDIA RTX 驱动的 AI 工作站

云和数据中心

概览

Grace CPU

DGX 系统

EGX 平台

IGX 平台

HGX 平台

NVIDIA MGX

NVIDIA OVX

DRIVE Sim

网络

概览

DPU 和 SuperNIC

以太网

InfiniBand

GPU

GeForce

NVIDIA RTX / Quadro

数据中心

嵌入式系统

Jetson

DRIVE AGX

Clara AGX

应用框架

AI 推理 - Triton

汽车 - DRIVE

云端 AI 视频流 - Maxine

数据分析 - RAPIDS

医疗健康和生命科学 - Clara

高性能计算

智能视频分析 - Metropolis

元宇宙应用 – Omniverse

推荐系统 - Merlin

机器人 - Isaac

语音 AI - Riva

电信 - Aerial

应用和工具

应用目录

NGC 目录

NVIDIA NGC

3D 工作流 – Omniverse

数据中心

GPU 监控

NVIDIA RTX Experience

NVIDIA RTX 桌面管理器

RTX 加速的创意应用程序

视频会议

AI 工作台

游戏和创作

GeForce Experience

NVIDIA Broadcast App

动画 – Machinima

Modding - RTX Remix

Studio

基础架构

AI Enterprise 套件

云原生支持

集群管理

边缘部署管理

推理服务

IO 加速

软件

虚拟 GPU

云服务

Omniverse

NeMo

BioNeMo

Picasso

Private Registry

Base Command

Fleet Command

解决方案

AI 和数据科学

概览

数据分析和处理

机器学习

深度学习训练

AI 推理

对话式 AI

预测与预报

语音 AI

大型语言模型

数据中心和云计算

概览

面向企业 IT 的加速计算

云计算

托管

边缘计算

MLOps

网络

虚拟化

设计和仿真

概览

3D Avatar

增强现实和虚拟现实

数字孪生

多显示器

渲染

开发者大会

图像虚拟化

工程模拟

直播

机器人开发和边缘计算

概览

智能视频分析

工业

机器人

边缘部署管理

边缘解决方案

高性能计算

概览

高性能计算和 AI

仿真与建模

科学可视化

自动驾驶汽车

概览

Chauffeur

Concierge

训练

高精地图

仿真

安全

行业

行业

概览

建筑,工程,施工和运营

消费互联网

网络安全

汽车

金融服务

医疗健康和生命科学

高等教育

游戏开发

制造业

媒体和娱乐

公共部门

餐厅

零售业和 CPG

机器人

智慧城市和空间

超级计算

电信

交通运输

为您推荐

创意产业 / 设计师

数据科学家

开发人员

执行层

玩家

IT 专业人士

研究人员

机器人专家

初创公司

技术培训

社区研讨会

NVIDIA Studio

概览

加速应用

产品

GPU 比较

行业

媒体和娱乐

制造业

建筑、工程和建造

所有行业 >

业务解决方案

数据中心 / 云

笔记本电脑 / 台式机

虚拟增强 / 虚拟现实

多显示器

渲染

元宇宙 – Omniverse

图像虚拟化

工程模拟

行业

金融服务

消费互联网

医疗健康

高等教育

零售

公共部门

所有行业 >

解决方案

数据分析

机器学习

深度学习训练

深度学习推理

对话式 AI

预测与预报

大型语言模型

软件

AI Enterprise 软件套件

AI 推理 - Triton

AI 工作流

虚拟形象 - Tokkio

网络安全 - Morpheus

数据分析 - RAPIDS

Apache Spark

AI 工作台

大语言模型 - NeMo 框架

物流和路径优化 - CuOpt

推荐系统 - Merlin

对话式 AI - Riva

NGC 概况

NGC 软件目录

开源软件

产品

PC

笔记本电脑和工作站

数据中心

资源

专业服务

技术培训

初创公司

AI 加速器计划

内容库

NVIDIA Research

开发者博客

Kaggle Grandmaster

开发者资源

加入开发者计划

NGC 目录

NVIDIA NGC

技术培训

博客

NVIDIA GPU 技术大会

初创公司

社区研讨会

开发者网站首页 >

应用框架

AI 推理 - Triton

汽车 - DRIVE

云端 AI 视频流 - Maxine

数据分析 - RAPIDS

医疗健康和生命科学 - Clara

高性能计算

智能视频分析 - Metropolis

推荐系统 - Merlin

元宇宙 – Omniverse

机器人 - Isaac

语音 AI - Riva

电信 - Aerial

常用 SDK 和函数库

并行程序开发 - CUDA 工具箱

边缘 AI 应用程序 - Jetpack

BlueField 边缘数据处理 - DOCA

加速函数库 - CUDA-X 函数库

深度学习推理 - TensorRT

深度学习训练 - cuDNN

深度学习框架

对话式 AI - NeMo

智能视频分析 - DeepStream

NVIDIA Unreal Engine 4

光线追踪 - RTX

视频解码/编码

GeForce

概览

GeForce 显卡

游戏笔记本电脑

G-SYNC 显示器

RTX 游戏

GeForce Experience

GeForce 驱动程序

论坛

支持

解决方案

数据中心(本地)

边缘计算

云计算

网络

虚拟化

企业 IT 解决方案

软件

AI Enterprise 套件

云原生支持

集群管理

边缘部署管理

推理服务

AI 推理 - Triton

IO 加速

网络

虚拟 GPU

应用和工具

数据中心

GPU 监控

NVIDIA RTX Experience

NVIDIA RTX 桌面管理器

资源

数据中心和 IT 资源

技术培训和认证

企业支持

驱动程序

安全

产品文档

论坛

论坛(中国)

NVIDIA Research 首页

研究领域

AI Playground

抗疫研究

NGC 目录

技术培训

初创公司

新闻

开发者博客

开源软件

Cambridge-1 超级计算机

3D 深度学习研究

产品

AI 训练 - DGX

边缘计算 - EGX

嵌入式计算 - Jetson

软件

机器人 - Isaac SDK

模拟 - Issac Sim

TAO 工具包

视觉 AI - DeepStream SDK

边缘部署管理

合成数据生成 – Replicator

使用案例

医疗健康

制造业

公共部门

零售

机器人

更多 >

资源

NVIDIA 博客

机器人研究

开发者博客

技术培训

初创公司

驱动程序

支持

登录

登出

Skip to main content

0

Login

LogOut

NVIDIA

NVIDIA logo

Main Menu

产品

硬件

游戏和娱乐

GeForce 显卡

游戏笔记本电脑

G-SYNC 显示器

Studio

笔记本电脑和工作站

游戏笔记本电脑

NVIDIA RTX 桌面工作站

专业笔记本电脑中的 NVIDIA RTX

NVIDIA RTX 驱动的 AI 工作站

云和数据中心

概览

Grace CPU

DGX 系统

EGX 平台

IGX 平台

HGX 平台

NVIDIA MGX

NVIDIA OVX

DRIVE Sim

网络

概览

DPU 和 SuperNIC

以太网

InfiniBand

GPU

GeForce

NVIDIA RTX / Quadro

数据中心

嵌入式系统

Jetson

DRIVE AGX

Clara AGX

软件

应用框架

AI 推理 - Triton

汽车 - DRIVE

云端 AI 视频流 - Maxine

数据分析 - RAPIDS

医疗健康和生命科学 - Clara

高性能计算

智能视频分析 - Metropolis

元宇宙应用 – Omniverse

推荐系统 - Merlin

机器人 - Isaac

语音 AI - Riva

电信 - Aerial

应用和工具

应用目录

NGC 目录

NVIDIA NGC

3D 工作流 – Omniverse

数据中心

GPU 监控

NVIDIA RTX Experience

NVIDIA RTX 桌面管理器

RTX 加速的创意应用程序

视频会议

AI 工作台

游戏和创作

GeForce Experience

NVIDIA Broadcast App

动画 – Machinima

Modding - RTX Remix

Studio

基础架构

AI Enterprise 套件

云原生支持

集群管理

边缘部署管理

推理服务

IO 加速

软件

虚拟 GPU

云服务

Omniverse

NeMo

BioNeMo

Picasso

Private Registry

Base Command

Fleet Command

解决方案

AI 和数据科学

概览

数据分析和处理

机器学习

深度学习训练

AI 推理

对话式 AI

预测与预报

语音 AI

大型语言模型

数据中心和云计算

概览

面向企业 IT 的加速计算

云计算

托管

边缘计算

MLOps

网络

虚拟化

设计和仿真

概览

3D Avatar

增强现实和虚拟现实

数字孪生

多显示器

渲染

开发者大会

图像虚拟化

工程模拟

直播

机器人开发和边缘计算

概览

智能视频分析

工业

机器人

边缘部署管理

边缘解决方案

高性能计算

概览

高性能计算和 AI

仿真与建模

科学可视化

自动驾驶汽车

概览

Chauffeur

Concierge

训练

高精地图

仿真

安全

行业

行业

概览

建筑,工程,施工和运营

消费互联网

网络安全

汽车

金融服务

医疗健康和生命科学

高等教育

游戏开发

制造业

媒体和娱乐

公共部门

餐厅

零售业和 CPG

机器人

智慧城市和空间

超级计算

电信

交通运输

为您推荐

创意产业 / 设计师

NVIDIA Studio

概览

加速应用

产品

GPU 比较

行业

媒体和娱乐

制造业

建筑、工程和建造

所有行业 >

业务解决方案

数据中心 / 云

笔记本电脑 / 台式机

虚拟增强 / 虚拟现实

多显示器

渲染

元宇宙 – Omniverse

图像虚拟化

工程模拟

数据科学家

行业

金融服务

消费互联网

医疗健康

高等教育

零售

公共部门

所有行业 >

解决方案

数据分析

机器学习

深度学习训练

深度学习推理

对话式 AI

预测与预报

大型语言模型

软件

AI Enterprise 软件套件

AI 推理 - Triton

AI 工作流

虚拟形象 - Tokkio

网络安全 - Morpheus

数据分析 - RAPIDS

Apache Spark

AI 工作台

大语言模型 - NeMo 框架

物流和路径优化 - CuOpt

推荐系统 - Merlin

对话式 AI - Riva

NGC 概况

NGC 软件目录

开源软件

产品

PC

笔记本电脑和工作站

数据中心

资源

专业服务

技术培训

初创公司

AI 加速器计划

内容库

NVIDIA Research

开发者博客

Kaggle Grandmaster

开发人员

开发者资源

加入开发者计划

NGC 目录

NVIDIA NGC

技术培训

博客

NVIDIA GPU 技术大会

初创公司

社区研讨会

开发者网站首页 >

应用框架

AI 推理 - Triton

汽车 - DRIVE

云端 AI 视频流 - Maxine

数据分析 - RAPIDS

医疗健康和生命科学 - Clara

高性能计算

智能视频分析 - Metropolis

推荐系统 - Merlin

元宇宙 – Omniverse

机器人 - Isaac

语音 AI - Riva

电信 - Aerial

常用 SDK 和函数库

并行程序开发 - CUDA 工具箱

边缘 AI 应用程序 - Jetpack

BlueField 边缘数据处理 - DOCA

加速函数库 - CUDA-X 函数库

深度学习推理 - TensorRT

深度学习训练 - cuDNN

深度学习框架

对话式 AI - NeMo

智能视频分析 - DeepStream

NVIDIA Unreal Engine 4

光线追踪 - RTX

视频解码/编码

执行层

玩家

GeForce

概览

GeForce 显卡

游戏笔记本电脑

G-SYNC 显示器

RTX 游戏

GeForce Experience

GeForce 驱动程序

论坛

支持

IT 专业人士

解决方案

数据中心(本地)

边缘计算

云计算

网络

虚拟化

企业 IT 解决方案

软件

AI Enterprise 套件

云原生支持

集群管理

边缘部署管理

推理服务

AI 推理 - Triton

IO 加速

网络

虚拟 GPU

应用和工具

数据中心

GPU 监控

NVIDIA RTX Experience

NVIDIA RTX 桌面管理器

资源

数据中心和 IT 资源

技术培训和认证

企业支持

驱动程序

安全

产品文档

论坛

论坛(中国)

研究人员

NVIDIA Research 首页

研究领域

AI Playground

抗疫研究

NGC 目录

技术培训

初创公司

新闻

开发者博客

开源软件

Cambridge-1 超级计算机

3D 深度学习研究

机器人专家

产品

AI 训练 - DGX

边缘计算 - EGX

嵌入式计算 - Jetson

软件

机器人 - Isaac SDK

模拟 - Issac Sim

TAO 工具包

视觉 AI - DeepStream SDK

边缘部署管理

合成数据生成 – Replicator

使用案例

医疗健康

制造业

公共部门

零售

机器人

更多 >

资源

NVIDIA 博客

机器人研究

开发者博客

技术培训

初创公司

初创公司

技术培训

社区研讨会

驱动程序

支持

云与数据中心

解决方案

NVIDIA LaunchPad

云计算

托管

边缘计算

高性能计算

网络

虚拟化

MLOps

产品

概览

DGX 系统

DGX H100

DGX 系统

DGX A100

DGX AI Leadership

DGX BasePOD

DGX SuperPOD

NVIDIA 认证系统

概览

EGX

HGX

IGX Platform

Grace CPU

概览

Grace CPU 超级芯片

Grace Hopper 超级芯片

BlueField DPUs

概览

Try Project Monterey

到何处购买

试用

NVIDIA OVX

数据中心 GPU

H100

L4

L40S

L40

A100

A2

A10

A16

A30

A40

试用

软件

概览

AI Enterprise 套件

概览

试用

基本命令

Bright Cluster Manager

CUDA-X

Fleet Command

概览

试用

Magnum IO

NGC 目录*

NVIDIA NGC

网络*

虚拟化

技术

NVIDIA Hopper 架构

NVIDIA Ampere 架构

机密计算

NVLink-C2C

NVLink/NVSwitch

Tensor Cores

多实例 GPU

IndeX ParaView 插件

NVIDIA Morpheus AI 框架*

资源

概览

应用

NGC 目录*

NVIDIA NGC

技术培训

GPU 技术大会

优质服务器目录

到何处购买

NVIDIA LaunchPad

解决方案

NVIDIA LaunchPad

云计算

托管

边缘计算

高性能计算

网络

虚拟化

MLOps

产品

DGX 系统

NVIDIA 认证系统

IGX Platform

Grace CPU

BlueField DPUs

到何处购买

试用

NVIDIA OVX

数据中心 GPU

H100

L4

L40S

L40

A100

A2

A10

A16

A30

A40

试用

软件

AI Enterprise 套件

基本命令

Bright Cluster Manager

CUDA-X

Fleet Command

Magnum IO

NGC 目录*

NVIDIA NGC

网络*

虚拟化

技术

NVIDIA Hopper 架构

NVIDIA Ampere 架构

机密计算

NVLink-C2C

NVLink/NVSwitch

Tensor Cores

多实例 GPU

IndeX ParaView 插件

NVIDIA Morpheus AI 框架*

资源

应用

NGC 目录*

NVIDIA NGC

技术培训

GPU 技术大会

优质服务器目录

到何处购买

NVIDIA LaunchPad

解决方案

解决方案

NVIDIA LaunchPad

云计算

托管

边缘计算

高性能计算

网络

虚拟化

MLOps

产品

产品

概览

DGX 系统

DGX 系统

DGX H100

DGX 系统

DGX A100

DGX AI Leadership

DGX BasePOD

DGX SuperPOD

NVIDIA 认证系统

NVIDIA 认证系统

概览

EGX

HGX

IGX Platform

Grace CPU

Grace CPU

概览

Grace CPU 超级芯片

Grace Hopper 超级芯片

BlueField DPUs

BlueField DPUs

概览

Try Project Monterey

到何处购买

试用

NVIDIA OVX

数据中心 GPU

数据中心 GPU

H100

L4

L40S

L40

A100

A2

A10

A16

A30

A40

试用

软件

软件

概览

AI Enterprise 套件

AI Enterprise 套件

概览

试用

基本命令

Bright Cluster Manager

CUDA-X

Fleet Command

Fleet Command

概览

试用

Magnum IO

NGC 目录*

NVIDIA NGC

网络*

虚拟化

技术

技术

NVIDIA Hopper 架构

NVIDIA Ampere 架构

机密计算

NVLink-C2C

NVLink/NVSwitch

Tensor Cores

多实例 GPU

IndeX ParaView 插件

NVIDIA Morpheus AI 框架*

资源

资源

概览

应用

NGC 目录*

NVIDIA NGC

技术培训

GPU 技术大会

优质服务器目录

到何处购买

NVIDIA LaunchPad

简介

突破

资源

随时了解最新情况

技术

简介

突破

资源

随时了解最新情况

This site requires Javascript in order to view all its content. Please enable Javascript in order to access all the functionality of this web site. Here are the instructions how to enable JavaScript in your web browser.

NVIDIA Hopper 架构

全球 AI 基础设施引擎实现数量级的性能飞跃

了解详情

为新一代工作负载打造的加速计算平台。

详细了解通过 NVIDIA Hopper™ 架构为加速计算实现新的巨大飞跃。从小型企业到百亿亿次级高性能计算 (HPC) 和万亿参数的 AI,Hopper 架构可安全扩展每个数据中心的各种工作负载,让出色的创新者能够以人类历史上更快的速度完成工作。

准备好迎接企业 AI 了吗?

企业采用 AI 现已成为主流,企业组织需要端到端的 AI 就绪型基础设施,加快自身迈向新时代的步伐。

适用于主流服务器的 NVIDIA H100 Tensor Core GPU 随附 NVIDIA AI Enterprise 软件套件,能够以强大的性能简化 AI 的采用。

激活适用于 H100 的 NVIDIA AI Enterprise

探索技术突破

Hopper 采用先进的台积电 4N 工艺制造,拥有超过 800 亿个晶体管,采用五项突破性创新技术为 NVIDIA H200 和 H100 Tensor Core GPU 提供动力支持。在这些创新技术的加持下,新一代 Hopper 与上一代相比,在生成式 AI 训练和推理方面实现了惊人的速度提升。

Transformer 引擎

NVIDIA Hopper 架构通过 Transformer 引擎推进 Tensor Core 技术的发展,旨在加速 AI 模型训练。Hopper Tensor Core 能够应用混合的 FP8 和 FP16 精度,以大幅加速 Transformer 模型的 AI 计算。与上一代相比,Hopper 还将 TF32、FP64、FP16 和 INT8 精度的每秒浮点运算 (FLOPS) 提高了 3 倍。Hopper Tensor Core 与 Transformer 引擎和第四代 NVIDIA® NVLink® 相结合,可使 HPC 和 AI 工作负载的加速实现数量级提升。

详细了解 Hopper Transformer 引擎

NVLink、NVSwitch 和 NVLink Switch 系统

为了满足业务活动的快节奏需求,百亿亿次级 HPC 和万亿参数的 AI 模型需要服务器集群中的每一个 GPU 之间实现平滑流畅的高速通信,以实现大规模加速。

第四代 NVLink 可通过 NVIDIA DGX™ 和 HGX™ 服务器扩展多 GPU 输入和输出 (IO),每个 GPU 的双向传输速率可达 900 GB/s,比 PCIe 5.0 的带宽高 7 倍。

第三代 NVIDIA NVSwitch™ 支持 SHARP™ 网络计算技术,打破了该技术只能通过 InfiniBand 提供的传统。此外,八卡 H200 或 H100 GPU 服务器与上一代 A100 Tensor Core GPU 系统相比,all-reduce 吞吐量增加了两倍。

配备 NVLink Switch 系统的 DGX GH200 系统支持由多达 256 个相互连接的 H200 组成的集群,同时提供 57.6 TB/s 的 all-to-all 带宽。

详细了解 NVLink 和 NVSwitch

NVIDIA 机密计算

虽然数据在存储中和在网络传输时处于加密状态,但在数据处理期间并不受保护。NVIDIA 机密计算通过保护使用中的数据和应用来弥合这一差距。NVIDIA Hopper 架构引入了具有机密计算功能的加速计算平台。

凭借强大的基于硬件的安全性,用户可以在内部、云端或边缘运行应用,并确保未经授权的实体在使用时无法查看或修改应用代码和数据。这一方面能够保护数据和应用的机密性和完整性,另一方面在用于 AI 训练、推理和 HPC 工作负载时可以实现 H200 和 H100 GPU 的大幅加速。

详细了解 NVIDIA 机密计算

第二代 MIG

借助多实例 GPU (MIG),GPU 可以分割成多个较小的、完全独立的实例,并拥有自己的内存、缓存和计算核心。Hopper 架构通过多达 7 个 GPU 实例在虚拟化环境中支持多租户、多用户配置,进一步增强了 MIG,在硬件和管理程序级别使用机密计算安全地隔离每个实例。借助每个 MIG 实例的专用视频解码器,在共享基础架构上提供安全、高吞吐量的智能视频分析 (IVA)。此外,借助 Hopper 架构的并发 MIG 分析,管理员可以监控合适规模的 GPU 加速,并为用户优化资源分配。

对于工作负载较小的研究人员,不必租用完整的云服务实例,他们可以选择使用 MIG 安全地划出一部分 GPU,同时保证其数据在静态、传输和计算时安全无虞。

详细了解 MIG 技术

DPX 指令

动态编程是一种算法技术,通过将复杂递归问题分解为更简单的子问题来解决。通过存储子问题的结果,您之后也不必重新计算它们,从而减少了指数级问题解决的时间和复杂性。动态编程常用于各种用例。例如,Floyd-Warshall 是一种路线优化算法,可用于绘制运输和配送车队的最短路线;Smith-Waterman 算法可用于 DNA 序列比对和蛋白质折叠应用。

Hopper 架构引入了 DPX 指令,与 CPU 相比将动态编程算法速度提高了 40 倍,与 NVIDIA 前一代 Ampere 架构 GPU 相比,则提高了 7 倍。这大幅加快了疾病诊断、实时路由优化甚至图形分析的速度。

详细了解 DPX 指令

初步规格,可能会有所变更 DPX 指令比较 HGX H100 4-GPU 与双路 32 核 IceLake CPU

深入了解 NVIDIA Hopper 架构

阅读白皮书

产品

NVIDIA H100 CNX

NVIDIA H100

NVIDIA A100

NVIDIA A2

NVIDIA A10

NVIDIA A16

NVIDIA A30

NVIDIA A40

NVIDIA L40

NVIDIA BlueField DPU

NVIDIA 融合加速器

NVIDIA ConnectX SmartNIC

NVIDIA V100

NVIDIA HGX

NVIDIA DGX H100

NVIDIA DGX 系统

NVIDIA EGX 平台

NVIDIA EGX A100

EGX Server

Ethernet Adaptors & Switches

虚拟 PC

虚拟应用程序

RTX 虚拟工作站

RTX 云端虚拟工作站

技术

NVIDIA Hopper 架构

NVIDIA Ampere 架构

机密计算

NVLink-C2C

NVLink 或 NVSwitch

Tensor Core

多实例 GPU

IndeX ParaView 插件

NVIDIA Morpheus AI 框架

软件

概览

Base Command

Bright Cluster Manager

CUDA-X

MAGNUM IO

Fleet Command

网络

NGC 目录

NVIDIA NGC

虚拟软件

资源

数据中心博客

GPU 应用程序目录

数据中心 GPU 产品资料

DGX 产品资料

虚拟 GPU 产品资料

GPU 试用活动

购买地点 - 数据中心 GPU

认证服务器目录

NVIDIA GRID 社区顾问

虚拟 GPU 论坛

订阅 NVIDIA 最新消息

订阅

Follow Data Center

Facebook

Twitter

LinkedIn

YouTube

NVIDIA

CHN - 中国

隐私声明

管理我的隐私

法律事宜

无障碍访问

产品安全性

联系我们

Copyright © 2024 NVIDIA Corporation