PARALLELIZATION 日本語 意味 - 日本語訳 - 英語の例文 S

英語 での Parallelization の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Parallelization decisions will be made in step 2.
並列化の決定は第二ステップで行われます。
It also supports OpenMP and GPU parallelization.
OpenMP・GPU並列化にも対応している。
Parallelization: Image conversion for efficiency of matching.
平行化:マッチングの効率化のための画像変換。
What is the Worth which Parallelization of Workflow Brings?
ワークフローの並列化がもたらす価値とは?
I have observed some caseswhere people find difficulty in this hybrid parallelization.
このハイブリッド並列に手間取っているケースがそこそこ見受けられます。
Support typical parallelization under"global-view model".
グローバルビューモデルによる定型的な並列化をサポート。
DIR$ PARALLEL, which is a hint,the NOPARALLEL directive is guaranteed to prevent parallelization of the following loop.
DIR$PARALLELとは異なり、NOPARALLEL宣言子はループ直後の並列化の抑止を保証します。
Figure 3: With data parallelization, a single function can take advantage of all available cores.
図3:データ並列では単一の機能がすべての利用可能なコアを利用できる。
Unlike pragma parallel, which is a hint,the noparallel pragma is guaranteed to prevent parallelization of the following loop.
ヒントであるpragmaparallelとは異なり、noparallelプラグマはループ直後の並列化の抑止を保証します。
Like SQL, parallelization is handled by the language itself without effort by the developer.
SQLのように、言語そのものが並列化を処理するので、開発者が手を加える必要はない。
Rigid data flow allows performing automatic parallelization of the computation process efficiently.
厳格なデータフローにより、計算処理の自動並列化を効率的に実行できます。
Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted.
ドライブが暗号化されていないかのように並列化とパイプラインは、データを高速に読み書きすることができます。
The Hybrid Offload mode combines use of different parallelization methods and offloading computations to coprocessors.
ハイブリッド・オフロード・モードは、異なる並列化手法の使用とコプロセッサーへの計算のオフロードを組み合わせます。
Parallelization: decrease the time taken to complete a unit of work by decomposing the problem and parallelizing the individual steps.
並列化:問題を分解し、個々のステップを並列化することで、ひとつの作業単位を完了するのにかかる時間を減らしましょう。
As shown in the red, an optimized programming for effective parallelization enabled parallelization of the target program.
赤で示した結果はプログラムを最適化して効率的な並列化を行ったため、当該プログラム部分の並列化が可能となった。
Even though actual chips might not include all of the above, they all share a key similarity,namely a hierarchy of distinct parallelization levels.
実際のチップが上記のすべてを含まない場合でも、それらすべてはキーの類似性、すなわち異なる並列化レベルの階層を共有する。
To receive advice for auto parallelization, be sure that certain property page settings are correct.
自動並列化のアドバイスを受けるには、特定のプロパティー・ページの設定が正しいことを確認してください。
However, if the function being called in the loop is a const function or a concurrency-safe function,then the call does not inhibit parallelization of the loop.
ただし、ループの中で呼び出される関数が定数関数またはコンカレント・セーフな関数の場合、その呼び出しはループの並列化の妨げにはなりません。
A program for visual representation of code parallelization and access modes could also be useful for developers and has not been created yet.
コードの並列化とアクセスモードの視覚化ツールも開発者にとっては便利ですが、まだ作成されていません。
Hyper helps enterprises scale extracts for broad usage,while leveraging the latest hardware advancements and novel query parallelization techniques to support large deployments.
抽出をより幅広い用途に使えるだけでなく、最先端のハードウェア性能を活用し、新しいクエリ並列化手法も採用することで、大規模導入が可能になります。
In the parallelization process, the accuracy and distance between the cameras are adjusted so that the corresponding points of the two measured images have the same row coordinates.
平行化処理では、カメラ間の確度と距離を調整し、計測した2つの画像の対応する点が同じ行座標をもつようにする方法です。
We develop software on contractual bases for applications in scientific computation,visualization, parallelization& GPGPU, data analysis, simulation, machine learning.
科学技術計算、可視化、並列化・高速化・GPGPU化、データ解析、シミュレーション、機械学習に関するソフトウェアを受託開発します。
The messages provide suggestions for: Automatic parallelization of loop nests Automatic vectorization of inner loops Data transformation You must decide whether to follow a particular suggestion.
ループの入れ子構造の自動並列化内側ループの自動ベクトル化データ変換それぞれのアドバイスに従うかどうかは開発者が判断する必要があります。
Using[Q]coarray with the distributed keyword requires an Intel® Cluster Toolkit license to be installed andcauses the underlying Intel® MPI Library parallelization to run in a multi-node environment multiple CPUs with distributed memory.
Distributedキーワードを指定して[Q]coarrayを使用すると、インテル®MPIライブラリーの並列化がマルチノード環境(分散メモリー型のマルチCPU)で実行されます。インテル®クラスター・ツールキットのライセンスが必要です。
Fig.1 Discretization and parallelization for the purpose of conducting real-space calculations Silicon crystal unit cellsBlue: Silicon atomic nucleiYellow: Electron density distribution Electrons(yellow) are present in a continuous distribution around silicon atomic nuclei(blue) arranged in a space?
図1.実空間計算のための離散化と並列化シリコン結晶のユニットセル青色:シリコン原子核黄色:電子密度分布「RSDFTとはどんなソフト?
In addition, we conduct R&D in cloud computing, virtualization, and parallelization technology, which is one of the key factor in operating our SpeeCAN RAIDEN cloud service.
また、クラウドコンピューティング技術の動向にも注目して研究しており、仮想化技術や並列化技術は、SpeeCANRAIDENの運用に活かしています。
The pragma parallel always pragma has the same effect to ignore potential dependencies as the pragma parallel pragma,but it also overrides the compiler heuristics that estimate the likelihood that parallelization of a loop would increase performance.
Pragmaparallelalwaysプラグマは、pragmaparallelプラグマと同じように依存性の可能性を無視する効果があります。ただし、ループの並列化によるパフォーマンス向上の可能性を推定するコンパイラーのヒューリスティックも無効にします。
Mission/ RoleTo work on the advancement of additional function software,primarily hybrid parallelization and speeding up of the DC software for linear scaling quantum chemical calculation.
ミッション・役割リニアスケーリング量子化学計算ソフトウェアDCのハイブリッド並列化と高速化を中心に、付加機能ソフトの高度化に従事します。
Topics will be newly adopted or replaced through a review held in each fiscal year,judged by the parallelization efficiency achieved with respect to the K computer and the scientific importance of the topic in question.
これらの課題は、「京」に対して達成した並列化効率、科学的な重要性を考慮して、年度ごとの審査により新規採用、入れ替えを行う予定です。
The funds will be applied to research and development of OSCARTech® compiler,a leading automatic parallelization tool and our flagship product, to enhance parallel performance, extend language support, and improve user interface.
当社は調達した資金を、主力商品であるOSCARTech®コンパイラ(自動並列化ツール)の機能拡張、並列性能向上、対応言語拡張、UIの改良等の開発資金として活用します。
結果: 58, 時間: 0.0251
S

Parallelizationの同義語

parallelisation

トップ辞書のクエリ

英語 - 日本語