Home
last modified time | relevance | path

Searched refs:GPU (Results 126 – 150 of 9750) sorted by relevance

12345678910>>...390

/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp115 VariantMatchInfo GPU; in TEST_F() local
116 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
117 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
119 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTX)); in TEST_F()
120 EXPECT_TRUE(isVariantApplicableInContext(GPU, DeviceNVPTX)); in TEST_F()
206 VariantMatchInfo GPU; in TEST_F() local
207 GPU.addTrait(TraitProperty::device_kind_gpu, ""); in TEST_F()
208 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinuxParallelParallel)); in TEST_F()
210 EXPECT_TRUE(isVariantApplicableInContext(GPU, HostNVPTXFor)); in TEST_F()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/SPQR/Demo/
H A Dgo4.m1 % compares SPQR with SPQR+GPU on lots of sparse matrices
47 % 3: spqr on GPU with colamd
48 % 4: spqr on GPU with metis
92 % run SPQR without the GPU
141 % run SPQR with the GPU
164 % GPU version failed
199 fprintf ('GPU colamd factime %8.2f gflops : %8.2f\n', ...
202 fprintf ('GPU metis factime %8.2f gflops : %8.2f\n', ...
210 title ('GPU speedup (colamd)') ;
214 subplot (2,3,5) ; plot (intensity2, gflops4, 'o') ; title ('GPU:metis') ;
[all …]
/dports/multimedia/openshot/openshot-qt-2.6.1/src/blender/scripts/
H A Dgpu_enable.py.in1 # Enable CYCLES renderer, using GPU (if found)
3 bpy.context.scene.cycles.device = 'GPU'
7 # Attempt to set GPU device types if available
15 # Enable all CPU and GPU devices
/dports/science/gromacs/gromacs-2021.4/docs/release-notes/2018/major/
H A Dperformance.rst6 A single GPU can now be used to accelerate the computation of the
9 GPU will be about as fast as the 2016 version that needed many more
10 CPU cores to balance the GPU. Performance on hardware that had good
11 balance of GPU and CPU also shows minor improvements, and the capacity
15 Currently, the GPU used for PME must be either the same GPU as used
17 simulation, or any GPU used from a PME-only rank. mdrun -pme gpu now
18 requires that PME runs on a GPU, if supported. All CUDA versions and
42 improves performance, which can otherwise be rate limiting in GPU-accelerated
89 Tweaked conditional in the nonbonded GPU kernels
91 GPU compilers miss an easy optimization of a loop invariant in the
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/acc/libsmm_acc/
H A DREADME.md1 # libsmm_acc: GPU Accelerated Small Matrix Multiplications
3GPU-**acc**elerator. Stacks of matrix-matrix multiplication indices are passed from DBCSR to `lib…
15 - [`kernels/`](kernels/): GPU kernels (CUDA- and HIP-compatible) for matrix-matrix multiplication a…
19 …lication parameters for different (m, n, k)-triplets optimized for a given GPU card. You can explo…
49 …is reason, `libsmm_acc` provides lists of optimal parameters for different GPU cards and different…
71 #### Adding support for a new GPU card
73 1. Add the GPU's compute architecture properties to [`kernels/gpu_properties.json`](kernels/gpu_pro…
75 2. Add the GPU to the `arch_number` data structure in [`kernels/smm_acc_predict.py`](kernels/smm_ac…
77 …RCH_NUMBER` correctly in the [`CMakeLists`](CMakeLists.txt). Also add this GPU to the list of `SUP…
86 then add matrix-matrix multiplication parameters for this GPU using *autotuning* and *predictive mo…
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/libsmm_acc/
H A DREADME.md1 # libsmm_acc: GPU Accelerated Small Matrix Multiplications
3GPU-**acc**elerator. Stacks of matrix-matrix multiplication indices are passed from DBCSR to `lib…
15 - [`kernels/`](kernels/): GPU kernels (CUDA- and HIP-compatible) for matrix-matrix multiplication a…
19 …lication parameters for different (m, n, k)-triplets optimized for a given GPU card. You can explo…
49 …is reason, `libsmm_acc` provides lists of optimal parameters for different GPU cards and different…
71 #### Adding support for a new GPU card
73 1. Add the GPU's compute architecture properties to [`kernels/gpu_properties.json`](kernels/gpu_pro…
75 2. Add the GPU to the `arch_number` data structure in [`kernels/smm_acc_predict.py`](kernels/smm_ac…
77 …RCH_NUMBER` correctly in the [`CMakeLists`](CMakeLists.txt). Also add this GPU to the list of `SUP…
86 then add matrix-matrix multiplication parameters for this GPU using *autotuning* and *predictive mo…
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/gpu/
H A Dsync_token_internals.md4 buffers in the GPU process. This document discusses the internals of the sync
12 the GPU process asynchronously in command buffer. However, there are
19 introduction of GPU scheduling, allows prioritization of work. Although
21 work in the GPU process.
33 GL calls to the driver, etc. and not GPU side work. See
35 information about synchronizing GPU work.
44 Different client processes communicate with the GPU process using *channels*. A
52 `GpuChannelMsg_Nop`, to the GPU process which ensures that the GPU process has
64 In the GPU process, command buffers are organized into logical streams of
77 yield and continue once higher priority work is complete. Together with the GPU
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/gpu/
H A Dsync_token_internals.md4 buffers in the GPU process. This document discusses the internals of the sync
12 the GPU process asynchronously in command buffer. However, there are
19 introduction of GPU scheduling, allows prioritization of work. Although
21 work in the GPU process.
33 GL calls to the driver, etc. and not GPU side work. See
35 information about synchronizing GPU work.
44 Different client processes communicate with the GPU process using *channels*. A
52 `GpuChannelMsg_Nop`, to the GPU process which ensures that the GPU process has
64 In the GPU process, command buffers are organized into logical streams of
77 yield and continue once higher priority work is complete. Together with the GPU
[all …]
/dports/sysutils/py-glances/glances-3.1.4/docs/aoa/
H A Dgpu.rst3 GPU chapter
10 The GPU stats are shown as a percentage of value and for the configured
13 - total GPU usage
19 If you click on the ``6`` short key, the per-GPU view is displayed:
44 GPU (PROC/MEM) Status
/dports/misc/py-xgboost/xgboost-1.5.1/demo/gpu_acceleration/
H A DREADME.md1 # GPU Acceleration Demo
3GPU acceleration. The forest cover type dataset has 581,012 rows and 54 features, making it time c…
5 `shap.ipynb` demonstrates using GPU acceleration to compute SHAP values for feature importance.

12345678910>>...390