source
stringlengths
3
92
c
stringlengths
26
2.25M
local_stereo.h
/**@copyright 2016 Horizon-Robotics Inc. All Rights Reserved. * @author Degang Yang (degang.yang@horizon-robotics.com) * * @file local_stereo.h * @brief multi-scale + multi box agggre + disparity propagation */ #ifndef DEEPROB_CV_LOCAL_STEREO_H_ #define DEEPROB_CV_LOCAL_STEREO_H_ #include <nmmintrin.h>...
Renderer.h
#pragma once #include <iostream> #include <cstdint> #include "Scene.h" #include "File.h" //class RenderTarget //{ //public: // RenderTarget(uint32_t width, uint32_t height) // : width(width) // , height(height) // { // image = new Color[width * height]; // } // // ~RenderTarget() // { // delete[] image; // } // /...
kernels.c
#include "trace.h" #include "common.h" #include <math.h> #include <omp.h> #include <stdlib.h> void panel(double *P, int k, info_type info){ int m, ld, err, np, i; i = k*info.B; np = info.B; m = info.N-i; ld = info.N; #if defined(DBG) printf("%2d -- panel : %d\n",omp_get_thread_num(),k); #endif tr...
thdat105.c
/* * Redistribution and use in source and binary forms, with * or without modification, are permitted provided that the * following conditions are met: * * 1. Redistributions of source code must retain this list * of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce t...
GB_binop__remainder_fp64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
collapse-1.c
/* { dg-do compile } */ /* { dg-options "-fopenmp" } */ int i, j, k; extern int foo (void); void f1 (void) { #pragma omp for collapse (2) for (i = 0; i < 5; i++) ; /* { dg-error "not enough perfectly nested" } */ { for (j = 0; j < 5; j++) ; } } void f2 (void) { #pragma omp for collapse (2...
FunctorsOpenMP.h
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
dropout-inl.h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
sse.h
/* SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, merge, publish, ...
solver.c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <malloc.h> #include "litiv/3rdparty/ofdis/fdf/image.h" #include "litiv/3rdparty/ofdis/fdf/solver.h" #include "litiv/utils/defines.hpp" // only used here for compiler flags #if defined(_MSC_VER) #include <intrin.h> #else //(!defined(_MSC_VER)) #includ...
helloworld.c
/* PMSIS includes */ #include "pmsis.h" #include "omp.h" /* Cluster main entry, executed by core 0. */ void cluster_delegate(void *arg) { printf("Cluster delegate\n"); #pragma omp parallel num_threads(4) { printf("[%d %d] Hello world!\n", pi_cluster_id(), omp_get_thread_num() ); } printf(...
GB_unop__ainv_uint32_uint32.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Li...
BitmapPrimitiveShape.h
#ifndef BITMAPPRIMITIVESHAPE_HEADER #define BITMAPPRIMITIVESHAPE_HEADER #include "BasePrimitiveShape.h" #include <GfxTL/AABox.h> #include <MiscLib/Vector.h> #include <algorithm> #include <istream> #include <MiscLib/Performance.h> #include <GfxTL/MathHelper.h> #include <GfxTL/IndexedIterator.h> #include "IndexIterator.h...
USCMatrix.h
#ifndef USCMATRIX_H #define USCMATRIX_H #include <Eigen/Dense> #include "maybe_omp.h" #include "util.h" namespace nplm { // is this cheating? using Eigen::Matrix; using Eigen::MatrixBase; using Eigen::Dynamic; // USC = Uniform Sparse Columns. A USCMatrix is a sparse matrix in which // each column has exactly k nonz...
stream-optimized.c
/*-----------------------------------------------------------------------*/ /* Program: STREAM */ /* Revision: $Id: stream.c,v 5.10 2013/01/17 16:01:06 mccalpin Exp mccalpin $ */ /* Original code developed by John D. McCalpin */ /* Programm...
test_omp.c
#include <omp.h> #include <stdio.h> int main() { int num_threads = omp_get_max_threads(); printf("Maximum number of OpenMP threads: %d\n", num_threads); #pragma omp parallel printf("thread %d / %d\n", omp_get_thread_num(), num_threads); }
ode_solver.c
// // Created by sachetto on 02/10/17. // #include "ode_solver.h" #include <string.h> #include <dlfcn.h> #include <assert.h> #include "../utils/file_utils.h" #include "../config/stim_config.h" #ifdef COMPILE_CUDA #include "../gpu_utils/gpu_utils.h" #endif #include "../single_file_libraries/stb_ds.h" #include "../co...
GB_binop__minus_uint64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
l8t1qa.c
#include<stdio.h> #include "gdal.h" #include<omp.h> /* L8 Qa bits [4] Cloud * 0 -> class 0: Not Cloud * 1 -> class 1: Cloud */ unsigned int L8QA_cloud(unsigned int pixel) { unsigned int qa; pixel >>= 4; /*bits [4] become [0]*/ qa = (unsigned int) (pixel & 0x01); return qa; } /* L8 Qa bits [5-6] C...
tilecorr.h
void tilecorr() { int c0,c1,c2,c3,c5,c6,c7,c9,c11,c10,c4,c12; for( c1 = 1; c1 < N + floord(N - 2, 128); c1 += 1) #pragma omp parallel for schedule(dynamic, 1) shared(c1) private(c3,c4,c9,c10,c11,c5) for( c3 = max(0, -N + c1 + 1); c3 <= (c1 - 1) / 129; c3 += 1) for( c4 = 0; c4 <= 1; c4 += 1) { if (c4 == ...
GB_unop__identity_int8_bool.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Li...
GB_unaryop__lnot_int64_fp32.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
ScCommon.c
/*@file Implements similarity checker APIs for given code inputs. Copyright (C) 2020 Marvin Häuser. All rights reserved. SPDX-License-Identifier: BSD-3-Clause */ #include <assert.h> #include <float.h> #include <math.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <s...
pvector.h
// Copyright (c) 2015, The Regents of the University of California (Regents) // See LICENSE.txt for license details #ifndef PVECTOR_H_ #define PVECTOR_H_ #include <algorithm> /* GAP Benchmark Suite Class: pvector Author: Scott Beamer Vector class with ability to not initialize or do initialize in parallel - std:...
GB_unaryop__abs_int64_bool.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http...
3d7pt_var.c
/* * Order-1, 3D 7 point stencil with variable coefficients * Adapted from PLUTO and Pochoir test bench * * Tareq Malas */ #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #ifdef LIKWID_PERFMON #include <likwid.h> #endif #include "print_utils.h" #define TESTS 2 #define MAX(a,b) ((a) > (b) ? a : b) #...
GB_binop__bxor_uint16.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http:...
csr_block_matvec.c
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
librcorrect.c
#include <inttypes.h> #include <stdio.h> #include <ctype.h> #include <omp.h> #include "err.h" #include "utils.h" #include "reads.h" #include "fml.h" #include "librcorrect.h" UTILS_TYPED_CALLOC_FUNCTION(bseq1_t) static char *_copy_string(const char *str, const size_t len) { char *ret = NULL; ret = malloc((len +...
GB_binop__eq_uint16.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
bml_normalize_dense_typed.c
#include "../../macros.h" #include "../../typed.h" #include "../bml_add.h" #include "../bml_allocate.h" #include "../bml_normalize.h" #include "../bml_parallel.h" #include "../bml_types.h" #include "bml_add_dense.h" #include "bml_allocate_dense.h" #include "bml_getters_dense.h" #include "bml_normalize_dense.h" #include...
diagmm_x_coo_n_col.c
#include "alphasparse/kernel.h" #include "alphasparse/util.h" #include "memory.h" #include "alphasparse/opt.h" alphasparse_status_t ONAME(const ALPHA_Number alpha, const ALPHA_SPMAT_COO *mat, const ALPHA_Number *x, const ALPHA_INT columns, const ALPHA_INT ldx, const ALPHA_Number beta, ALPHA_Number *y, const ALPHA_INT ...
triad.h
#ifndef TRIAD_H #define TRIAD_H #include <iostream> #include <vector> #include <random> #include <set> namespace TSnap { ///////////////////////////////////////////////// // Triads and clustering coefficient /// Computes the average clustering coefficient as defined in Watts and Strogatz, C...
pi_program.c
#include <stdio.h> #include "omp.h" /* Basado en el tutorial: http://openmp.org/mp-documents/omp-hands-on-SC08.pdf */ void main (){ int i; double x, pi, step, sum = 0.0; int num_steps = 10000; step = 1.0/(double) num_steps; #pragma omp parallel for reduction ( + : sum ) for (i = 0 ; i < num_steps; ...
rsky.c
/* This code computes the separation of centers between the occulting and occulted objects. It takes as arguments an array of times t, eccentricity e, semi-major axis a (in units of stellar radii), inclination angle i, stellar radius r_s, longitude of periastron w, orbital period P, time of periastron t0, and an...
deviceptr-4.c
/* { dg-additional-options "-fdump-tree-gimple" } */ void subr (int *a) { #pragma acc data deviceptr (a) #pragma acc parallel a[0] += 1.0; } /* { dg-final { scan-tree-dump-times "#pragma omp target oacc_parallel.*map\\(tofrom:a" 1 "gimple" } } */
LAGraph_dense_relabel.c
//------------------------------------------------------------------------------ // LAGraph_dense_relabel: dense relabeling of ids to matrix indices //------------------------------------------------------------------------------ // LAGraph, (c) 2021 by The LAGraph Contributors, All Rights Reserved. // SPDX-License-Id...
struct.c
// RUN: %libomptarget-compile-generic -fopenmp-extensions // RUN: %libomptarget-run-generic | %fcheck-generic -strict-whitespace // amdgcn does not have printf definition // XFAIL: amdgcn-amd-amdhsa // XFAIL: amdgcn-amd-amdhsa-newRTL #include <omp.h> #include <stdio.h> #define CHECK_PRESENCE(Var1, Var2, Var3) ...
GB_unop__ainv_uint32_uint32.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-Li...
finalize-1.c
/* Test valid usage and processing of the finalize clause. */ /* { dg-additional-options "-fdump-tree-original -fdump-tree-gimple" } */ extern int del_r; extern float del_f[3]; extern char *del_f_p; extern double cpo_r[8]; extern long cpo_f; extern char *cpo_f_p; void f () { #pragma acc exit data delete (del_r) /* ...
bigfile.c
#define _POSIX_C_SOURCE 200809L // FIXME: scandir needs this #include <stdio.h> #include <stdlib.h> #include <string.h> #include <alloca.h> #include <stdint.h> #include <stddef.h> #include <limits.h> #include <stdarg.h> #include <errno.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/time.h> #include <uni...
parallel.c
// OpenMP version. Edit and submit only this file. /* Enter your details below * Name : Qingwei Zeng * UCLA ID : 005181694 * Email : zenn@ucla.edu */ #include <omp.h> #include <stdio.h> #include <stdlib.h> #include "utils.h" /* This function takes in two 3-d matrices: long *old, long *new. * It only updates th...
convolution_3x3_pack4to1_bf16s.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
GB_binop__rminus_uint32.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http:...
trmv_c_csr_u_hi_conj.c
#include "alphasparse/kernel.h" #include "alphasparse/util.h" #include "alphasparse/opt.h" #ifdef _OPENMP #include <omp.h> #endif #include <memory.h> #include<stdlib.h> static alphasparse_status_t trmv_x_csr_u_hi_conj_omp(const ALPHA_Number alpha, c...
GB_unaryop__identity_uint32_fp64.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
nodal_residualbased_block_builder_and_solver.h
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Riccardo Rossi // ...
GB_binop__min_int16.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
relu1_ref.c
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * License); you ma...
9511.c
/* POLYBENCH/GPU-OPENMP * * This file is a part of the Polybench/GPU-OpenMP suite * * Contact: * William Killian <killian@udel.edu> * * Copyright 2013, The University of Delaware */ #include <stdio.h> #include <unistd.h> #include <string.h> #include <math.h> /* Include polybench common header. */ #include <po...
sp.c
/*-------------------------------------------------------------------- NAS Parallel Benchmarks 3.0 structured OpenMP C versions - SP This benchmark is an OpenMP C version of the NPB SP code. The OpenMP C 2.3 versions are derived by RWCP from the serial Fortran versions in "NPB 2.3-serial" developed by N...
GB_unop__identity_fp64_fc64.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-Li...
nstream-target.c
/// /// Copyright (c) 2019, Intel Corporation /// /// Redistribution and use in source and binary forms, with or without /// modification, are permitted provided that the following conditions /// are met: /// /// * Redistributions of source code must retain the above copyright /// notice, this list of conditions ...
main.c
/// /// @copyright Copyright (c) 2016-, Issam SAID <said.issam@gmail.com> /// All rights reserved. /// /// Redistribution and use in source and binary forms, with or without /// modification, are permitted provided that the following conditions /// are met: /// /// 1. Redistributions of source code must retain the abov...
matrix.h
#pragma once #include <math.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <omp.h> #include <string.h> #include <immintrin.h> #ifndef OMP_METHOD #define OMP_METHOD static #endif #ifndef OMP_STRIDE #define OMP_STRIDE 1 #endif typedef float db; // Helper functions for timing double clk; void ente...
tasks.c
#include <stdio.h> #include <omp.h> #define NUM 10 void do_it(){ int id = omp_get_thread_num(); int cont = 0; printf("%d\n",id); while (cont < NUM){ cont++; } } void end_it(){ int id = omp_get_thread_num(); int cont = 0; printf("Single: %d\n",id); while (cont < NUM){ printf("%d\t", cont++); } printf("\...
GB_unop__identity_uint32_uint8.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-Li...
parallel-simple.c
/* Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory Written by Simone Atzeni (simone@cs.utah.edu), Joachim Protze (joachim.protze@tu-dresden.de), Jonas Hahnfeld (hahnfeld@itc.rwth-aachen.de), Ganesh Gopalakrishnan, Zvonimir Rakamaric, Dong H. Ahn...
symv_x_csr_u_hi.c
#include "alphasparse/kernel.h" #include "alphasparse/util.h" #include "alphasparse/opt.h" #ifdef _OPENMP #include <omp.h> #endif #include <memory.h> #include<stdlib.h> static alphasparse_status_t symv_s_csr_u_hi_omp(const ALPHA_Number alpha, const ...
shared-2.c
#include <stdio.h> #include <omp.h> extern void abort (void); void parallel (int a, int b) { int bad, LASTPRIV, LASTPRIV_SEC; int i; a = b = 3; bad = 0; #pragma omp parallel firstprivate (a,b) shared (bad) num_threads (5) { if (a != 3 || b != 3) bad = 1; #pragma omp for lastprivate (LAS...
uccsd_t.c
/* Copyright 2014-2018 The PySCF Developers. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless requi...
Parser.h
//===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
mkldnn_common.h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
module_bl_mynn_mym_predict_impl.h
#ifndef __MODULE_BL_MYNN_MYM_PREDICT_IMPL_H__ #define __MODULE_BL_MYNN_MYM_PREDICT_IMPL_H__ // File version granularity. #ifndef MODULE_BL_MYNN_MYM_PREDICT_IMPL_VERSION_MAJOR #define MODULE_BL_MYNN_MYM_PREDICT_IMPL_VERSION_MAJOR 1 #endif #ifndef MODULE_BL_MYNN_MYM_PREDICT_IMPL_VERSION_MINOR #define MODULE_BL...
sgemm-openmp-backup3.c
#include <stdio.h> #include <stdlib.h> #include <emmintrin.h> #include <math.h> #include <float.h> #include <string.h> #include <omp.h> #define NUM_THREADS 16 #define CHUNK 64 void mm_28( int m, int n, int ind1, int ind2, float *An, float *Cn); void p_tail_4( int m, int r, int a, int x, float *An, float *Cn); void tail...
convolution_3x3.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
pr29947-1.c
/* PR libgomp/29947 */ /* { dg-do run } */ extern void abort (void); int cnt; void test1 (long j1, long k1, long j2, long k2) { long i, e = 0, c = 0; #pragma omp parallel reduction (+:e,c) { #pragma omp for schedule (dynamic) for (i = j1; i <= k1; ++i) { if (i < j2 || i > k2) ++e; ++c; } #p...
generator_spgemm_csr_asparse.c
/****************************************************************************** ** Copyright (c) 2015-2018, Intel Corporation ** ** All rights reserved. ** ** ** ...
quantized_conv2d.h
/* Copyright 2018 The Blueoil Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
TBBHashmap.h
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018-2021 www.open3d.org // // Perm...
zlanhe.c
/** * * @file * * PLASMA is a software package provided by: * University of Tennessee, US, * University of Manchester, UK. * * @precisions normal z -> c * **/ #include "plasma.h" #include "plasma_async.h" #include "plasma_context.h" #include "plasma_descriptor.h" #include "plasma_internal.h" #include "pla...
3d7pt_var.c
/* * Order-1, 3D 7 point stencil with variable coefficients * Adapted from PLUTO and Pochoir test bench * * Tareq Malas */ #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #ifdef LIKWID_PERFMON #include <likwid.h> #endif #include "print_utils.h" #define TESTS 2 #define MAX(a,b) ((a) > (b) ? a : b) #...
draw.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
GB_unaryop__lnot_fp64_uint16.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
dataset.h
#ifndef LIGHTGBM_DATASET_H_ #define LIGHTGBM_DATASET_H_ #include <LightGBM/utils/random.h> #include <LightGBM/utils/text_reader.h> #include <LightGBM/utils/openmp_wrapper.h> #include <LightGBM/meta.h> #include <LightGBM/config.h> #include <LightGBM/feature_group.h> #include <vector> #include <utility> #include <func...
threshold.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
axpy_ompacc3.c
// Experimental test input for Accelerator directives // simplest scalar*vector operations // Testing extensions for multiple devices // Liao 2/2/2015 //AXPY multiple GPU version, using OpenMP 4.0 standard directives // vector = vector + vector * scalar #include <stdio.h> #include <stdlib.h> #include <math.h> #includ...
brisched.h
#pragma omp parallel for collapse(2) for (long k = GZ / TILEK; k < (N + GZ) / TILEK; ++k) for (long j = GZ / TILEJ; j < (N + GZ) / TILEJ; ++j) for (long i = GZ / TILEI; i < (N + GZ) / TILEI; ++i)
prop_container.h
// -*- mode:c++; c-basic-offset:4 -*- #ifndef PROP_CONTAINER_H_KL3 #define PROP_CONTAINER_H_KL3 #include <util/gjp.h> #include <util/verbose.h> #include <alg/qpropw.h> #include <omp.h> #include <cassert> #include "my_util.h" class PropAP { public: PropAP(const std::vector<cps::WilsonMatrix> &f, const ...
django_scrypt_fmt_plug.c
/* scrypt cracker patch for JtR. Hacked together during May of 2013 by Dhiru * Kholia <dhiru at openwall.com>. * * This software is Copyright (c) 2013 Dhiru Kholia <dhiru at openwall.com> and * it is hereby released to the general public under the following terms: * * Redistribution and use in source and binary f...
GB_unop__identity_fp64_int8.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Li...
conv1x1s2_sse.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
pre_processing_dodg.h
#pragma once #include <future> #include "pre_processing.h" bool RankLT(int du, int dv, int u, int v) { // assert(u != v); return du < dv || ((du == dv) && (u < v)); } template<typename T, typename OFF> void ConvertEdgeListToDODGCSR(OFF num_edges, pair<T, T> *&edge_lst, uint32_t n...
stream.c
// Copyright 2009-2019 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // // Copyright (c) 2009-2019, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory...
a2+a3.c
#include <stdio.h> #include <omp.h> int main(){ int a2, a3, id; omp_set_dynamic(0); #pragma omp parallel num_threads(3) { id = omp_get_thread_num(); if(id == 0){ while(1){ #pragma omp critical { a2 = 18; ...
GeneralMatrixMatrix.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
segment.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
GB_unop__expm1_fp32_fp32.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Li...
3d7pt_var.c
/* * Order-1, 3D 7 point stencil with variable coefficients * Adapted from PLUTO and Pochoir test bench * * Tareq Malas */ #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #ifdef LIKWID_PERFMON #include <likwid.h> #endif #include "print_utils.h" #define TESTS 2 #define MAX(a,b) ((a) > (b) ? a : b) #...
GB_binop__isgt_uint8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
pf3dbenchvars.h
#include "mytypes.h" /* Storage for these variables needs to be allocated ONCE on the host. In the file responsible for allocating storage, define __parm_init__. */ #ifdef __parm_init__ #define EXTERN #else #define EXTERN extern #endif #ifndef _PF3DBENCHVARS_H_ #ifdef OMP45 #pragma omp declare target #endif ...
ConcurrentLocalIdMap.h
#pragma once #include <cassert> #include <cstdint> #include <numeric> #include <vector> #include <omp.h> // This class maps a set of n IDs in the range 0..m - 1 to the range 0..n - 1, preserving the // relative order. We call the IDs in the larger range global IDs, and the IDs in the smaller // range local IDs. Note...
nodal_residualbased_elimination_builder_and_solver_continuity.h
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Riccardo Rossi, Alessandro...
stresslet_rsrc.c
#include "mex.h" #include "math.h" #define X prhs[0] // Source locations #define F prhs[1] // Source strengths #define IDX prhs[2] // Source indeces #define DIS prhs[3] // Distances #define XI prhs[4] // Ewald Param #define U plhs[0] // Output #ifndef VERBOSE #define VERBOSE 0 #endif #define PI 3.1415926535...
rand123wrapper.h
#include <stdio.h> #include <stdint.h> #include <math.h> #include <stdbool.h> #include "frand123.h" // leave blank when using MKL #ifndef USE_MKL #if USE_ARS #include <ars.h> /* * Constants used to first map onto interval [0,1) and then onto (0,1) */ static const double factor_double = 1. / ( (dou...
two_step_v_p_strategy.h
// // Project Name: KratosPFEMFluidDynamicsApplication $ // Last modified by: $Author: AFranci $ // Date: $Date: January 2016 $ // Revision: $Revision: 0.0 $ // // #ifndef KRATOS_TWO_STEP_V_P_STRATEGY_H #define KRATOS_TWO_...
GB_binop__plus_int16.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
mpncflint.c
/* $Header$ */ /* mpncflint -- netCDF file interpolator */ /* Purpose: Linearly interpolate a third netCDF file from two input files */ /* Copyright (C) 1995--present Charlie Zender This file is part of NCO, the netCDF Operators. NCO is free software. You may redistribute and/or modify NCO under the terms of t...
TestQuantArray0.h
#ifndef __TESTQUANTARRAY0__ #define __TESTQUANTARRAY0__ #include "../Headers/Common.h" #include "../Headers/Timer.h" #include "../Headers/Range.h" #include "../Headers/Ref.h" #include "../Headers/Thread.h" #include "../Headers/NDArrayQuantCPU.h" #include "../Headers/NDArrayApproxCPU.h" #include "../Headers/OpsQuant.h...
l1_normMEX.c
#include "mex.h" #include <math.h> #include "emmintrin.h" #include "xmmintrin.h" #ifdef __GNU__ #include <omp.h> #endif #ifndef MAXCORES #define MAXCORES 1 #endif void mexFunction(int nlhs, mxArray *left[], int nrhs, const mxArray *right[]) { /* Declare variables */ mwSize elem, cmplx, cmplx1,...