Searched refs:max (Results 1 – 14 of 14) sorted by relevance
| /libCEED/backends/magma/ ! |
| H A D | ceed-magma-gemm-selector.cpp | 64 double norm = std::numeric_limits<double>::max(); in gemm_selector() 134 double norm = std::numeric_limits<double>::max(); in nontensor_rtc_get_nb()
|
| /libCEED/include/ceed/jit-source/magma/ ! |
| H A D | magma-basis-interp-3d.h | 116 sTmp += ty * (max(BASIS_P * BASIS_P * BASIS_MAX_P_Q, BASIS_P * BASIS_Q * BASIS_Q)); in __launch_bounds__() 157 sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_MAX_P_Q, BASIS_Q * BASIS_P * BASIS_P)); in __launch_bounds__() 198 sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_MAX_P_Q, BASIS_Q * BASIS_P * BASIS_P)); in __launch_bounds__()
|
| H A D | magma-basis-grad-3d.h | 135 …sTmp += ty * (max(BASIS_P * BASIS_P * BASIS_P, (BASIS_P * BASIS_P * BASIS_Q) + (BASIS_P * BASIS_Q … 194 …sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_Q, (BASIS_Q * BASIS_Q * BASIS_P) + (BASIS_Q * BASIS_P … 252 …sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_Q, (BASIS_Q * BASIS_Q * BASIS_P) + (BASIS_Q * BASIS_P …
|
| /libCEED/benchmarks/ ! |
| H A D | postprocess_plot.py | 111 max([e[1] for e in d if e[0] == nun])] 137 max([e[1] for e in d if e[0] == nun])]
|
| /libCEED/backends/magma/tuning/ ! |
| H A D | README.md | 18 python generate_tuning.py -arch a100 -max-nb 32 -build-cmd "make" -ceed "/gpu/cuda/magma"
|
| /libCEED/examples/python/ ! |
| H A D | ex3_volume.py | 41 mesh_degree = max(args.mesh_degree, args.solution_degree)
|
| H A D | ex1_volume.py | 41 mesh_degree = max(args.mesh_degree, args.solution_degree)
|
| H A D | ex2_surface.py | 42 mesh_degree = max(args.mesh_degree, args.solution_degree)
|
| /libCEED/examples/fluids/ ! |
| H A D | index.md | 294 \tau_{ii} = c_{\tau} \frac{2 \xi(\mathrm{Pe})}{(\lambda_{\max \text{abs}})_i \lVert \nabla_{x_i} \b… 298 …ach direction $i$ is a $5\times 5$ matrix with spectral radius $(\lambda_{\max \text{abs}})_i$ equ… 310 \lambda_{\max \text{abs}} \Bigl( \frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm … 506 \max(1, \zeta c_1) & 0 & 0 \\ 508 0 & 0 & \max(1, \zeta c_3) \\ 678 $$ u_1 = u_{\max} \left [ 1 - \left ( \frac{x_2}{H}\right)^2 \right] \quad \quad u_2 = u_3 = 0$$ 680 $$p = p_0 - \frac{2\rho_0 u_{\max}^2 x_1}{Re_H H}$$ 682 …max}$ is the center velocity, $T_w$ is the temperature at the wall, $Pr=\frac{\mu}{c_p \kappa}$ is… 685 …dy force determined analytically from the fluid properties and setup parameters $H$ and $u_{\max}$. 727 \bm{\hat{x}}^n &= \left[(x - U_0 t)\max(2\kappa_{\min}/\kappa^n, 0.1) , y, z \right]^T [all …]
|
| /libCEED/julia/LibCEED.jl/examples/ ! |
| H A D | ex2-surface.jl | 19 mesh_order = max(mesh_order, sol_order)
|
| /libCEED/backends/sycl-ref/ ! |
| H A D | ceed-sycl-vector.sycl.cpp | 483 …data->sycl_queue.parallel_for(length, e, maxReduction, [=](sycl::id<1> i, auto &max) { max.combine… in CeedVectorNorm_Sycl() argument
|
| /libCEED/examples/nek/bps/ ! |
| H A D | bps.usr | 403 dmx =max(dmx,diff) 404 xmx =max(xmx,x(i)) 405 ymx =max(ymx,y(i)) 408 xmx = max(xmx,ymx) 409 dmx = glmax(dmx,1) ! max across processors
|
| /libCEED/ ! |
| H A D | Makefile | 934 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120
|
| /libCEED/rust/libceed-sys/c-src/ ! |
| H A D | Makefile | 934 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120
|