Home
last modified time | relevance | path

Searched refs:CUB (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/dports/misc/xgboost/xgboost-1.5.1/cub/cub/cmake/
H A Dcub-config.cmake2 # find_package(CUB) config file.
4 # Defines a CUB::CUB target that may be linked from user projects to include
5 # CUB.
7 if (TARGET CUB::CUB)
16 # system includes. This means that the Toolkit CUB will *always* be used
17 # during compilation, and the include paths of an IMPORTED CUB::CUB
20 # on EVERY target that links to CUB::CUB. This would be a burden and a
21 # footgun for our users. Forgetting this would silently pull in the wrong CUB!
33 _cub_declare_interface_alias(CUB::CUB _CUB_CUB)
68 find_package_handle_standard_args(CUB CONFIG_MODE)
H A Dcub-config-version.cmake5 # Note that CUB calls this the PATCH number, CMake calls it the TWEAK number:
11 math(EXPR CUB_VERSION_PATCH "${CUB_VERSION_FLAT} % 100") # CUB: "subminor" CMake: "patch"
/dports/misc/xgboost/xgboost-1.5.1/cub/
H A DCHANGELOG.md224 # CUB 1.8.0
241 # CUB 1.7.5
260 # CUB 1.7.4
272 # CUB 1.7.3
282 # CUB 1.7.2
293 # CUB 1.7.1
317 # CUB 1.7.0
343 # CUB 1.6.4
363 # CUB 1.6.3
453 # CUB 1.5.2
[all …]
H A DCONTRIBUTING.md3 1. [Contributing to CUB](#contributing-to-cub)
7 # Contributing to CUB
11 started as a CUB contributor.
15 1. [Clone the CUB repository](#clone-the-cub-repository)
16 1. [Setup a fork of CUB](#setup-a-fork-of-cub)
25 ## Clone the CUB Repository
34 ## Setup a Fork of CUB
109 CUB branch names should follow a particular pattern:
258 The configuration options for CUB are:
295 building CUB alone, and `OFF` when CUB is a subproject added via CMake's
[all …]
H A DREADME.md2 <h3>About CUB</h3>
4 CUB provides state-of-the-art, reusable software components for every layer
20 CUB is included in the NVIDIA HPC SDK and the CUDA Toolkit.
22 We recommend the [CUB Project Website](http://nvlabs.github.com/cub) for further information and ex…
83 CUB is distributed with the NVIDIA HPC SDK and the CUDA Toolkit in addition
88 | CUB Release | Included In |
131 CUB uses the [CMake build system](https://cmake.org/) to build unit tests,
132 examples, and header tests. To build CUB as a developer, the following
136 # Clone CUB repo from github:
157 More information on configuring your CUB build and creating a pull request is
[all …]
/dports/misc/xgboost/xgboost-1.5.1/cub/cmake/
H A DCubBuildTargetList.cmake1 # This file provides utilities for building and working with CUB
6 # - Each item is the name of a CUB interface target that is configured for a
13 # The following functions can be used to test/set metadata on a CUB target:
16 # - Checks the ${prop} target property on CUB target ${target_name}
19 # - <target_name> is the name of a CUB target.
39 CACHE INTERNAL "C++ dialects supported by CUB." FORCE
120 CUB::CUB
132 message(STATUS "Enabling CUB configuration: ${label}")
205 find_package(CUB REQUIRED CONFIG
212 # cyclical dependency by migrating CUB's Thrust bits into Thrust.
[all …]
H A DCubCudaConfig.cmake4 "CUB tests and examples require the C++ compiler and the CUDA host "
16 set(arch_message "CUB: Enabled CUDA architectures:")
95 "Build all CUB tests with RDC; tests that require RDC are not affected by this option."
100 "Build all CUB examples with RDC; examples which require RDC are not affected by this option."
/dports/science/lammps/lammps-stable_29Sep2021/cmake/Modules/
H A DFindCUB.cmake1 # - Find CUB
2 # Find the CUB header library
5 # CUB_FOUND - True if CUB found.
14 find_package_handle_standard_args(CUB DEFAULT_MSG CUB_INCLUDE_DIR)
/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_device_reduce.cu72 CUB, // CUB method enumerator
101 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
145 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
177 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
209 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
241 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
273 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
1295 TestProblem<CUB, float, float>( max_items, 1, RANDOM_BIT, Sum()); in main()
1296 TestProblem<CUB, double, double>( max_items, 1, RANDOM_BIT, Sum()); in main()
1307 TestProblem<CUB, char, char>( max_items * 4, 1, UNIFORM, Sum()); in main()
[all …]
H A Dtest_device_scan.cu65 CUB, // CUB method enumerator
99 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
130 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
161 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
192 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
448 Int2Type<CUB>(), in CnpDispatchKernel()
864 Test<CUB, InputT, OutputT>(num_items, scan_op, initial_value); in Test()
974 TestPointer<CUB, char, int>( num_items , RANDOM_BIT, Sum(), (int) (0)); in main()
975 TestPointer<CUB, short, int>( num_items , RANDOM_BIT, Sum(), (int) (0)); in main()
1009 TestPointer<CUB, int, int>( num_items , UNIFORM, Sum(), (int) (0)); in main()
[all …]
H A Dtest_device_select_unique.cu67 CUB, // CUB method enumerator
84 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
199 …*d_cdp_error = Dispatch(Int2Type<CUB>(), timing_timing_iterations, d_temp_storage_bytes, d_cdp_err… in CnpDispatchKernel()
515 Test<CUB, T>(num_items); in TestOp()
592 …TestPointer<CUB, int>( num_items, entropy_reduction, maxse… in main()
608 TestIterator<CUB, int>( num_items); in main()
611 …TestPointer<CUB, char>( num_items * ((sm_version <= 130) ? 1 : 4), entropy_reduction, maxse… in main()
615 …TestPointer<CUB, short>( num_items * ((sm_version <= 130) ? 1 : 2), entropy_reduction, maxse… in main()
619 …TestPointer<CUB, int>( num_items, entropy_reduction, maxse… in main()
623 …TestPointer<CUB, long long>( num_items / 2, entropy_reduction, maxse… in main()
[all …]
H A Dtest_device_select_if.cu67 CUB, // CUB method enumerator
99 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
132 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
165 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
198 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
887 TestMethod<CUB, T>(num_items); in TestOp()
924 TestPointer<CUB, false, false, T>(num_items, select_ratio); in ComparePointer()
928 TestPointer<CUB, false, true, T>(num_items, select_ratio); in ComparePointer()
932 TestPointer<CUB, true, false, T>(num_items, select_ratio); in ComparePointer()
936 TestPointer<CUB, true, true, T>(num_items, select_ratio); in ComparePointer()
[all …]
H A Dtest_device_reduce_by_key.cu66 CUB, // CUB method enumerator
90 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
690 Test<CUB, KeyT, ValueT>(num_items, reduction_op); in TestDispatch()
786 TestPointer<CUB, int, double>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
787 TestPointer<CUB, int, int>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
788 TestIterator<CUB, int, int>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
796 TestIterator<CUB, int, int>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
799 TestIterator<CUB, long long, int>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
802 TestPointer<CUB, int, int>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
806 TestPointer<CUB, int, float>(num_items, entropy_reduction, maxseg, cub::Sum()); in main()
[all …]
H A Dtest_device_radix_sort.cu69 CUB, // CUB method (allows overwriting of input) enumerator
92 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
161 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
509 … is_descending, Int2Type<CUB>(), d_selector, d_temp_storage_bytes, d_cdp_error, in CnpDispatchKernel()
1237 …Test<CUB, unsigned char, NullType, IS_DESCENDING>(num_items, 1, RANDOM, entropy_red… in main()
1238 …Test<CUB, unsigned int, NullType, IS_DESCENDING>(num_items, 1, RANDOM, entropy_red… in main()
1239 …Test<CUB, unsigned long long, NullType, IS_DESCENDING>(num_items, 1, RANDOM, entropy_red… in main()
1262 …Test<CUB, unsigned int, NullType, false> ( num_items, 1, RANDOM, entropy_redu… in main()
1266 …Test<CUB, unsigned long long, NullType, false> ( num_items, 1, RANDOM, entropy_redu… in main()
1271 …Test<CUB, unsigned int, unsigned int, false> ( num_items, 1, RANDOM, entropy_redu… in main()
[all …]
H A Dtest_device_histogram.cu62 CUB, // CUB method enumerator
216 struct Dispatch<NUM_ACTIVE_CHANNELS, NUM_CHANNELS, CUB>
310 struct Dispatch<1, 1, CUB>
1181 TestEvenIterator<CUB, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleT, CounterT, LevelT, OffsetT>( in TestEven()
1252 TestEven<CUB, SampleT, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, CounterT, LevelT, OffsetT>( in Test()
1255 TestRange<CUB, SampleT, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, CounterT, LevelT, OffsetT>( in Test()
1520 …TestEven<CUB, SampleT, 1, 1, int, LevelT, int>(num_row_pixels, num_rows, row_stride_bytes, entropy… in main()
1553 …TestEven<CUB, SampleT, 1, 1, int, LevelT, int>(num_row_pixels, num_rows, row_stride_bytes, entropy… in main()
1569 …TestEven<CUB, SampleT, 4, 4, int, LevelT, int>(num_row_pixels, num_rows, row_stride_bytes, entropy… in main()
1581 …TestEven<CUB, SampleT, 4, 3, int, LevelT, int>(num_row_pixels, num_rows, row_stride_bytes, entropy… in main()
[all …]
H A Dtest_device_run_length_encode.cu66 CUB, // CUB method enumerator
98 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
146 Int2Type<CUB> /*dispatch_to*/, in Dispatch() argument
301 …*d_cdp_error = Dispatch(method, Int2Type<CUB>(), timing_timing_iterations, d_temp_storage_bytes, d… in CnpDispatchKernel()
750 Test<RLE, CUB, T, OffsetT, LengthT>(num_items); in TestDispatch()
751 Test<NON_TRIVIAL, CUB, T, OffsetT, LengthT>(num_items); in TestDispatch()
848 TestPointer<RLE, CUB, int, int, int>( num_items, entropy_reduction, max_segment); in main()
849 TestPointer<NON_TRIVIAL, CUB, int, int, int>( num_items, entropy_reduction, max_segment); in main()
850 …TestIterator<RLE, CUB, float, int, int>( num_items, Int2Type<Traits<float>::PRIMITIVE>(… in main()
858 TestPointer<RLE, CUB, int, int, int>( num_items, entropy_reduction, max_segment); in main()
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_BiotSavart.cpp18 #define CUB(a) ((a)*(a)*(a)) macro
55 V->Val[0] = ONE_OVER_FOUR_PI * xxs/ CUB(r) ; in F_BiotSavart()
56 V->Val[1] = ONE_OVER_FOUR_PI * yys/ CUB(r) ; in F_BiotSavart()
57 V->Val[2] = ONE_OVER_FOUR_PI * zzs/ CUB(r) ; in F_BiotSavart()
H A DGF_Laplace.cpp12 #define CUB(a) ((a)*(a)*(a)) macro
85 r = CUB(sqrt(SQU(xxs) + SQU(yys) + SQU(zzs))) ; in GF_GradLaplace()
152 CUB(sqrt(SQU(xxs) + SQU(yys) + SQU(zzs)))) ) ; in GF_NPxGradLaplace()
204 CUB(sqrt(SQU(xxs)+SQU(yys)+SQU(zzs)))) ) ; in GF_NSxGradLaplace()
/dports/biology/mopac/mopac7-1.15/fortran/
H A Dsymtrz.f173 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM) local
185 1 CUB(I,J)=0.D0
186 2 CUB(I,I)=1.D0
361 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM) local
431 10 CUB(1,1)=COS(WINK2)
432 CUB(3,3)=CUB(1,1)
433 CUB(1,3)=SIN(WINK2)
434 CUB(3,1)=-CUB(1,3)
435 CALL R00004(CUB,8)
436 CALL R00004(CUB,15)
[all …]
H A Dsymtrz.f_ALT1173 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM)
185 1 CUB(I,J)=0.D0
186 2 CUB(I,I)=1.D0
361 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM)
431 10 CUB(1,1)=COS(WINK2)
432 CUB(3,3)=CUB(1,1)
433 CUB(1,3)=SIN(WINK2)
434 CUB(3,1)=-CUB(1,3)
435 CALL R00004(CUB,8)
436 CALL R00004(CUB,15)
[all …]
H A Dsymtrz.f_ALT2173 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM)
185 1 CUB(I,J)=0.D0
186 2 CUB(I,I)=1.D0
361 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM)
431 10 CUB(1,1)=COS(WINK2)
432 CUB(3,3)=CUB(1,1)
433 CUB(1,3)=SIN(WINK2)
434 CUB(3,1)=-CUB(1,3)
435 CALL R00004(CUB,8)
436 CALL R00004(CUB,15)
[all …]
H A Dsymtrz.f_ORIG173 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM)
185 1 CUB(I,J)=0.D0
186 2 CUB(I,I)=1.D0
361 COMMON /S00003/ IELEM(20),ELEM(3,3,20),CUB(3,3),JELEM(20,NUMATM)
431 10 CUB(1,1)=COS(WINK2)
432 CUB(3,3)=CUB(1,1)
433 CUB(1,3)=SIN(WINK2)
434 CUB(3,1)=-CUB(1,3)
435 CALL R00004(CUB,8)
436 CALL R00004(CUB,15)
[all …]
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D5cub_54v.sdf3 Coordinates from PDB:5CUB:A:2001 Model:1 without hydrogens
86 5CUB
/dports/math/py-jax/jax-0.2.9/jax/
H A Ddtypes.py284 CUB = set.intersection(*(UB[n] for n in N))
285 LUB = (CUB & N) or {c for c in CUB if CUB.issubset(UB[c])}
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/interactive_tests/
H A Dtest_congrid.pro76 big_image=CONGRID(gray_image, nbpX, nbpY, /INTERP, /CENTER, CUB=0.5)
83 small_image=CONGRID(gray_image, nbpX, nbpY, /INTERP, /CENTER, CUB=0.5)
90 small_image=CONGRID(gray_image, nbpX, nbpY, /INTERP, /CENTER, CUB=0.5)

12345678910>>...23