source
stringlengths
3
92
c
stringlengths
26
2.25M
fsm3d_bfsm_openmp_v3.c
#include "openst/eikonal/fsm.h" #define M_FSM3D_IMP_NAME "BFSMv3" const char OPENST_FSM3D_COMPUTEPARTIAL_IMP_NAME[] = M_FSM3D_IMP_NAME; const size_t OPENST_FSM3D_COMPUTEPARTIAL_IMP_NAME_LENGTH = sizeof(M_FSM3D_IMP_NAME); int OpenST_FSM3D_ComputePartial(OPENST_FLOAT *U, OPENST_FLOAT *V, ...
lis_matrix_ops.c
/* Copyright (C) 2002-2012 The SSI Project. 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 above copyright notice, this list of condition...
lis_matvec_ccs.c
/* Copyright (C) 2002-2012 The SSI Project. 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 above copyright notice, this list of condition...
enhance.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
deconvolution_pack4.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2022 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 ...
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_...
clauses-1.c
/* { dg-do compile } */ /* { dg-additional-options "-std=c99" { target c } } */ int t; #pragma omp threadprivate (t) #pragma omp declare target int f, l, ll, r, r2; void foo (int d, int m, int i1, int i2, int p, int *idp, int s, int nte, int tl, int nth, int g, int nta, int fi, int pp, int *q, int ntm) { #pra...
weird_fmt_plug.c
/* crypt(md5(p),salt) cracker patch for JtR. Hacked together during November * of 2012 by Dhiru Kholia <dhiru.kholia at gmail.com>. * * This software is Copyright (c) 2012, Dhiru Kholia <dhiru.kholia at gmail.com>, * and it is hereby released to the general public under the following terms: * Redistribution and us...
convolution_5x5.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 ...
for_misc_messages.c
// RUN: %clang_cc1 -fsyntax-only -fopenmp -triple x86_64-unknown-unknown -verify %s -Wuninitialized // RUN: %clang_cc1 -fsyntax-only -fopenmp-simd -triple x86_64-unknown-unknown -verify %s -Wuninitialized // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for'}} #pragma omp for // expected-error@+1 {{un...
GB_unop__identity_int64_fc64.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http://...
mortar_utilities.h
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Vicente Mataix Ferrandiz // #if !defined(KRATOS_...
ParticleFilterOMP.h
//------------------------------------------------------------------------ // ____ _ _ // / ___|____ _ _ ____ ____| |__ | | // | | / ___| | | | _ \/ ___| _ \| | // | |___| | | |_| | | | | |___| | | ||_| // \____|_| \_____|_| |_|\____|_| |_|(_) Media benchmarks...
psd.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
GB_binop__land_uint8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX...
snmg_test_utils.h
/* * Copyright (c) 2019, NVIDIA CORPORATION. * * 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 ...
attr-simd-2.c
/* { dg-do compile } */ /* { dg-options "-fdump-tree-optimized -fopenmp-simd" } */ #pragma omp declare simd extern #ifdef __cplusplus "C" #endif __attribute__((__simd__)) int simd_attr (void) { return 0; } /* { dg-final { scan-tree-dump "omp declare simd" "optimized" } } */ /* { dg-final { scan-assembler-times "_ZG...
mypaint-tiled-surface.c
/* libmypaint - The MyPaint Brush Library * Copyright (C) 2007-2014 Martin Renold <martinxyz@gmx.ch> et. al. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in ...
optimize.h
/* ------------------------------------------------------------------------------- * Tomocam Copyright (c) 2018 * * The Regents of the University of California, through Lawrence Berkeley *National Laboratory (subject to receipt of any required approvals from the *U.S. Dept. of Energy). All rights reserved. * * I...
GB_unaryop__lnot_uint16_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...
main.c
#include <stdio.h> #include <stdlib.h> #include <omp.h> #include "multisort.h" #include "merge.h" int main() { int N; int *A; int *temp; printf("Type how many numbers you want to sort: "); scanf("%d", &N); A=(int *)malloc(N*sizeof(int)); temp=(int *)malloc(N*s...
symm_x_dia_n_lo_row.c
#include "alphasparse/kernel.h" #include "alphasparse/util.h" #include "alphasparse/opt.h" #ifdef _OPENMP #include <omp.h> #endif alphasparse_status_t ONAME(const ALPHA_Number alpha, const ALPHA_SPMAT_DIA *mat, const ALPHA_Number *x, const ALPHA_INT columns, const ALPHA_INT ldx, const ALPHA_Number beta, ALPHA_Number ...
omp-csr.c
/* -*- mode: C; mode: folding; fill-column: 70; -*- */ /* Copyright 2010, Georgia Institute of Technology, USA. */ /* See COPYING for license. */ #include "../compat.h" #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <assert.h> #include <alloca.h> static int64_t int64_fetch_add...
GB_unop__ceil_fp64_fp64.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...
flat_l1.c
/******************************************************************************* * Copyright 2019 UChicago Argonne, LLC. * (c.f. AUTHORS, LICENSE) * * This file is part of the AML project. * For more info, see https://github.com/anlsys/aml * * SPDX-License-Identifier: BSD-3-Clause ******************************...
robust_expo_methods.h
// This program is free software: you can use, modify and/or redistribute it // under the terms of the simplified BSD License. You should have received a // copy of this license along this program. If not, see // <http://www.opensource.org/licenses/bsd-license.html>. // // Copyright (C) 2012, Javier Sánchez Pérez <jsan...
test.c
#include <stdio.h> #define N 1024 #pragma omp requires unified_shared_memory #define TEST_SIMPLE_NW 1 #define TEST_LOOP 1 #define TEST_LOOP_NW 1 int a[N], b[N]; int aa[N], bb[N]; int main() { int i; int error, totError = 0; #if TEST_SIMPLE_NW for (i=0; i<N; i++) a[i] = b[i] = i; // all...
concat_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...
spheres_ini.c
/* For generation of the initial particle distribution consisting of two colliding spheres for the SPH codes miluph and miluphcuda. * * Both spheres can in general consist of a core, a mantle and a shell of different materials. * Alternatively they can also be set up following some given radial profiles. * * A r...
gemm.c
#include "gemm.h" #include <math.h> #include <stdio.h> #if defined(_OPENMP) # include "my_papi.h" # include <omp.h> #endif /* * gemm1 * Algoritmo não optimizado */ #pragma GCC optimize("O0") void gemm1(float* a, float* b, float* c, int n) { int i, j, k; for (j = 0; j < n; ++j) { for (k = ...
OpenMPClause.h
//===- OpenMPClause.h - Classes for OpenMP clauses --------------*- 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 // //===---------------------------...
Graph.h
/* * Graph.h * * Created on: 01.06.2014 * Author: Christian Staudt (christian.staudt@kit.edu), Klara Reichard (klara.reichard@gmail.com), Marvin Ritter (marvin.ritter@gmail.com) */ #ifndef GRAPH_H_ #define GRAPH_H_ #include <algorithm> #include <vector> #include <stack> #include <queue> #include <utility> ...
convolution_sgemm.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2021 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 ...
Diffus4th_order_core.c
/* * This work is part of the Core Imaging Library developed by * Visual Analytics and Imaging System Group of the Science Technology * Facilities Council, STFC * * Copyright 2017 Daniil Kazantsev * Copyright 2017 Srikanth Nagella, Edoardo Pasca * * Licensed under the Apache License, Version 2.0 (the "License")...
tracking_stabilize.c
/* * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is d...
mandel_sse2.c
#include <xmmintrin.h> #include "mandel.h" void mandel_sse2(unsigned char *image, const struct spec *s) { __m128 xmin = _mm_set_ps1(s->xlim[0]); __m128 ymin = _mm_set_ps1(s->ylim[0]); __m128 xscale = _mm_set_ps1((s->xlim[1] - s->xlim[0]) / s->width); __m128 yscale = _mm_set_ps1((s->ylim[1] - s->ylim[0]...
command_reverse.c
// Copyright 2019 Huiguang Yi. All Rights Reservered. // // 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 applica...
Common.h
// Copyright (C) 2022. Huawei Technologies Co., Ltd. All rights reserved. // 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,...
GB_bitmap_assign_A_whole_template.c
//------------------------------------------------------------------------------ // GB_bitmap_assign_A_whole_template: traverse A for bitmap assignment into C //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved....
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...
GB_unop__cos_fp64_fp64.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...
crc32_fmt_plug.c
/* * This file is part of John the Ripper password cracker, * * Written by Jim Fougeron <jfoug at cox.net> in 2011. No copyright * is claimed, and the software is hereby placed in the public domain. * In case this attempt to disclaim copyright and place the software in the * public domain is deemed null and void...
AutoCo_Parta.c
#include <stdio.h> #include <stdlib.h> #include <omp.h> int main() { int Size; float * Array; float * Sums; FILE * fp; int i,shift; fp = fopen( "signal.txt", "r" ); if( fp == NULL ) { fprintf( stderr, "Cannot open file 'signal.txt'\n" ); exit( 1 ); } fscanf( fp, "%d", &Size ); Array = (floa...
burton_mesh.h
/*~--------------------------------------------------------------------------~* * Copyright (c) 2016 Los Alamos National Laboratory, LLC * All rights reserved *~--------------------------------------------------------------------------~*/ //////////////////////////////////////////////////////////////////////////////...
conv3x3s1_winograd64_neon5_BdB.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 ...
3d7pt.lbpar.c
#include <omp.h> #include <math.h> #define ceild(n,d) ceil(((double)(n))/((double)(d))) #define floord(n,d) floor(((double)(n))/((double)(d))) #define max(x,y) ((x) > (y)? (x) : (y)) #define min(x,y) ((x) < (y)? (x) : (y)) /* * Order-1, 3D 7 point stencil * Adapted from PLUTO and Pochoir test bench * * Tare...
GB_unop__identity_int32_int32.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...
MyLogger.h
#ifndef MYLOGGER_H #define MYLOGGER_H #ifndef FuncName #define FuncName __FUNCTION__ #endif #define _ELPP_THREAD_SAFE #define _ELPP_STACKTRACE_ON_CRASH #define _ELPP_LOGGING_FLAGS_FROM_ARG #define _ELPP_NO_DEFAULT_LOG_FILE #ifndef DEBUG #define _ELPP_DISABLE_DEBUG_LOGS #endif #define _ELPP_STL_LOGGING #include "e...
lndsr.c
#include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <string.h> #include <unistd.h> #include <math.h> #include "lndsr.h" #include "keyvalue.h" #include "const.h" #include "param.h" #include "input.h" #include "prwv_input.h" #include "lut.h" #include "output.h" #include "sr.h" #include "ar.h" #include ...
DRB022-reductionmissing-var-yes.c
/* Copyright (c) 2017, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory Written by Chunhua Liao, Pei-Hung Lin, Joshua Asplund, Markus Schordan, and Ian Karlin (email: liao6@llnl.gov, lin32@llnl.gov, asplund1@llnl.gov, schordan1@llnl.gov, karlin1@llnl.gov) LLNL-CODE-73214...
GB_binop__isgt_int64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
scalar_tendencies_expl.c
/* This source file is part of the Geophysical Fluids Modeling Framework (GAME), which is released under the MIT license. Github repository: https://github.com/OpenNWP/GAME */ /* This is the horizontal (explicit) part of the constituent integration. */ #include <stdio.h> #include <stdlib.h> #include <atmostracers.h> ...
francis.c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <omp.h> #include <limits.h> // The implementation of the dynamic table was found on the // web site of professor EricK GALLESIO and has been modified to be conform to this algorithm : // http://users.polytech.unice.fr/~eg/PP/Tds/Td08/corrige.html // Eve...
primes.h
/** * @author Thomas Lehmann * @file primes.h * * Copyright (c) 2017 Thomas Lehmann * * 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 limitatio...
ddd_out_h.h
//**************************************************************************************** // // Copyright (c) 2015-2020, Yoshifumi Nakamura <nakamura@riken.jp> // Copyright (c) 2015-2020, Yuta Mukai <mukai.yuta@fujitsu.com> // Copyright (c) 2018-2020, Ken-Ichi Ishikawa <ishikawa@theo.phys.sci.hirosima-u.ac...
residual_based_bdf_scheme.h
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Vicente Mataix Ferrandiz // #if !defined(KRATOS...
yescrypt-opt.c
/*- * Copyright 2009 Colin Percival * Copyright 2013,2014 Alexander Peslyak * 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 above copy...
declare_variant_if.c
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <omp.h> // --- start of saxpy header with variants --- int saxpy(int, float, float *, float *); int amdgcn_saxpy(int, float, float *, float *); int nvptx_saxpy(int, float, float *, float *); #pragma omp declare variant(nvptx_saxpy) \ match(device ...
hello-omp.c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> /* Exercise 1: Intent : Write a helloworld program with OpenMP. Goals: 1. Include OpenMP header 2. Within the scope of #pragma omp parallel a. Each thread queries it thread ID. b. Each thread then prints its thread ID. */ void main (){ //In...
gradfp_adj_mex.c
#include <inttypes.h> #include <omp.h> #include "mex.h" void gradfp_adjf(float *du, const float *x, const float *y, const float *z, const double *h, const size_t *sz); void gradfp_adjd(double *du, const double *x, const double *y, const double *z, c...
3dMath.h
/* Public Domain / CC0 C99 Vector Math Library */ #ifndef CHAD_MATH_H #define CHAD_MATH_H //#define CHAD_MATH_NO_ALIGN #ifndef CHAD_MATH_NO_ALIGN #include <stdalign.h> #define CHAD_ALIGN alignas(16) #else #define CHAD_ALIGN /*a comment*/ #endif #include <math.h> #include <string.h> typedef float f_; typedef unsigned ...
main.c
/*BHEADER**************************************************************** * (c) 2007 The Regents of the University of California * * * * See the file COPYRIGHT_and_DISCLAIMER for a complete copyright * * notice and disclaimer...
omp_hello.c
#include <omp.h> #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) { /* Uncomment the code below to manually set the number of threads */ // omp_set_dynamic(0); // omp_set_num_threads(5); int nthreads, tid; #pragma omp parallel private(nthreads, tid) { tid = omp_get...
pt_to_pt_pingping.c
/***************************************************************************** * * * Mixed-mode OpenMP/MPI MicroBenchmark Suite - Version 1.0 * * * * ...
stokeslet_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...
accelerate.c
#include "cloud_util.h" #include "accelerate.h" #include "steric.h" #include "interactions.h" struct _accel_t { int Np; double L; double k; double r; int use_ix; IX ix; }; int AccelCreate(int Np, double L, double k, double r, int use_ix, Accel *accel) { int err; Accel a; err = safeMALLOC(sizeof(*a...
GB_unop__bnot_int32_int32.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...
grid_ao.c
/* * Author: Qiming Sun <osirpt.sun@gmail.com> */ #include <stdlib.h> #include <string.h> #include <math.h> #include "config.h" #include "cint.h" #include "vhf/fblas.h" // 2 slots of int param[] #define POS_E1 0 #define TENSOR 1 // 128s42p21d12f8g6h4i3j #define NCTR_CART 128 // 72s24p14d10f8g6h5i4j #de...
GB_binop__second_int64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
csr_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...
GB_AxB_dot2_nomask.c
//------------------------------------------------------------------------------ // GB_AxB_dot2_nomask: C=A'*B via dot products //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http://suitesparse.com S...
rawSHA1_fmt_plug.c
/* * This software is Copyright (c) 2004 bartavelle, <simon at banquise.net>, and it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without modification, are permitted. * * Optimised set_key() and reduced binary size by magnum, 2012 ...
gemm_symm_int8.h
// chgemm is pleased to support the open source community by supporting ncnn available. // // author:tpoisonooo (https://github.com/tpoisonooo/chgemm) implement symmetric int8 GEMM on aarch64. // // Copyright (C) 2019 tpoisonooo. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you ma...
findpath.c
/* gcc -fopenmp -g3 -DTEST_FINDPATH findpath.c -o FINDpath -lRNA -lm -I ../H/ -L ./ */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <limits.h> #include "findpath.h" #include "fold.h" #include "fold_vars.h" #include "utils.h" #include "pair_mat.h" #ifdef _OPENMP #include <omp.h> #endif #define ...
GB_unop__identity_fc64_uint8.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...
test.c
#include <stdio.h> #include <omp.h> #pragma omp requires unified_shared_memory #include "../utilities/check.h" #include "../utilities/utilities.h" #define TRIALS (1) #define N (1024*3) #define INIT() INIT_LOOP(N, {C[i] = 1; D[i] = i; E[i] = -i+1;}) #define ZERO(X) ZERO_ARRAY(N, X) #define DUMP_SUCCESS9() { \ ...
HardTanh.c
#ifndef TH_GENERIC_FILE #define TH_GENERIC_FILE "THNN/generic/HardTanh.c" #else void THNN_(HardTanh_updateOutput)( THNNState *state, THTensor *input, THTensor *output, accreal min_val_, accreal max_val_, bool inplace) { scalar_t min_val = TH_CONVERT_ACCREAL...
SpatialConvolutionMM.c
#ifndef TH_GENERIC_FILE #define TH_GENERIC_FILE "generic/SpatialConvolutionMM.c" #else /* note: due to write issues, this one cannot be parallelized as well as unfolded_copy */ static void nn_(unfolded_acc)(THTensor *finput, THTensor *input, int kW, int kH, ...
MotifFinder.h
#ifndef __MOTIF_FINDER_H__ #define __MOTIF_FINDER_H__ // discover motifs and store #times the motif cross for each edge #include "CPUFilter.h" #include "CPUGraph.h" #include "CPUIntersection.h" #include "TraversalPlan.h" #include "SpinLock.h" #include "TimeMeasurer.h" #include <algorithm> #if defined(OPENMP) #inclu...
pdpltmg.c
/** * * @file pdpltmg.c * * PLASMA auxiliary routines * PLASMA is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * * @version 2.6.0 * @author Mathieu Faverge * @date 2010-11-15 * @generated d Tue Jan 7 11:45:12 2014 * **/ #include "common....
GB_binop__bxor_int8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX...
barraPAR2.c
#include <stdio.h> #include <stdlib.h> double *b; double *b2; void print(int n) { int i; for(i=0; i<n; i++) printf("%.2lf ", b[i]); printf("\n"); } void metDARE(int n, double alpha, double beta, double T, int k) { int i, j; b = (double *) malloc(sizeof(double)*n); b2 = (double *) malloc(sizeof(dou...
mxnet_op.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 ...
executer.c
#include <stdlib.h> #include <stdio.h> #include "executer.h" //TODO: error string ast_node_t *simplify_tree(ast_node_t *tree) { if (tree == NULL) { return NULL; } if (tree->type == NODE_OPERATOR) { ast_node_t *first_child = simplify_tree(tree->children[0]); if (first_child == NULL) { return NULL; ...
single.c
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s // REQUIRES: ompt // GCC generates code that does not call the runtime for the single construct // XFAIL: gcc #include "callback.h" #include <omp.h> int main() { int x = 0; #pragma omp parallel num_threads(2) { #pragma omp single { pri...
post_manager.c
#include "post.h" #include "post_manager.h" #include "parser.h" #include "mpi.h" #include "map.h" #include "map_iterator.h" #include "utils.h" #include "constants.h" #include "types.h" #include <omp.h> #include <stdio.h> #include <stdlib.h> #include "output.h" //just to avoid calling map_size on posts (low efficiency)...
A4_e1.c
#include <stdio.h> #include <stdlib.h> #include <omp.h> double myFunc(); //Execute as: ./e1 6 (here 6 is command line param for the size of the vectors to be multiplied) int main(int argc, const char *argv[]) { double tmp; //Snippet#1: What is wrong with the following code? Please fix // Parallelization is us...
hcds.h
// // Created by Bangtian Liu on 6/30/19. // #ifndef PROJECT_HCDS_H #define PROJECT_HCDS_H #include "HTree.h" #include "compression.h" //#include "../../../../opt/intel/compilers_and_libraries_2019.4.233/mac/mkl/include/mkl.h" struct hcds{ double *CacheNear; uint64_t *nearoffset; double *CacheFar; uint64_t *far...
10.c
#include <stdio.h> #include <omp.h> int main() { int i, a[10],b[10],n=10; omp_set_num_threads(16); i=-1; #pragma omp parallel { #pragma omp for lastprivate(i) // #pragma omp for private(i) for (i=0; i<n-1; i++) a[i] = b[i] + b[i+1]; } printf("i=%d\n",i); a[i]=b[i]; return 0; }
GB_unop__sinh_fc32_fc32.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...
gen_fffc.c
/****************************************************************************** * Copyright 1998-2019 Lawrence Livermore National Security, LLC and other * HYPRE Project Developers. See the top-level COPYRIGHT file for details. * * SPDX-License-Identifier: (Apache-2.0 OR MIT) **************************************...
3d125pt.c
#define BENCH_DIM 3 #define BENCH_FPP 130 #define BENCH_RAD 2 #include "common.h" double kernel_stencil(SB_TYPE *A1, int compsize, int timestep, bool scop) { double start_time = sb_time(), end_time = 0.0; int dimsize = compsize + BENCH_RAD * 2; SB_TYPE (*A)[dimsize][dimsize][dimsize] = (SB_TYPE (*)[dimsize]...
vx_lut.c
/* * Copyright (c) 2012-2016 The Khronos Group Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and/or associated documentation files (the * "Materials"), to deal in the Materials without restriction, including * without limitation the rights to use, copy, ...
keepass_fmt_plug.c
/* * KeePass cracker patch for JtR. Hacked together during May of * 2012 by Dhiru Kholia <dhiru.kholia at gmail.com>. * * Support for cracking KeePass databases, which use key file(s), was added by * m3g9tr0n (Spiros Fraganastasis) and Dhiru Kholia in September of 2014. * * Support for all types of keyfile withi...
threading.h
/*! * Copyright (c) 2016 Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE file in the project root for * license information. */ #ifndef LIGHTGBM_UTILS_THREADING_H_ #define LIGHTGBM_UTILS_THREADING_H_ #include <algorithm> #include <functional> #include <vector> #include <L...
ContourForestsTemplate.h
/// \ingroup base /// \class ttk::ContourForestsTree /// \author Charles Gueunet <charles.gueunet@lip6.fr> /// \date June 2016. /// ///\brief TTK processing package that efficiently computes the contour tree of /// scalar data and more (data segmentation, topological simplification, /// persistence diagrams, persistenc...
hmm.c
/* * Copyright (C) 2017 by Benedict Paten (benedictpaten@gmail.com) * * Released under the MIT license, see LICENSE.txt */ #include "margin.h" // OpenMP #if defined(_OPENMP) #include <omp.h> #define CELL_BUFFER_SIZE 1000 #endif inline double logAddP(double a, double b, bool maxNotSum) { /* * Local funct...
Image.h
/* * Image.h * * Created on: 04.02.2013 * Author: Darius Malysiak */ #ifndef IMAGE_H_ #define IMAGE_H_ #include "../Serializable.h" #include "KTuple.h" #include "FastKTuple.h" #include "Matrix.h" #include "../PrimitiveBuffer.h" #include <stdio.h> #include <string.h> #include <pthread.h> #include <cmath> #...
singlenode_fspmspv.h
/****************************************************************************** * ** Copyright (c) 2016, Intel Corporation ** * ** All rights reserved. ** * ** ...
symmetry.c
/* Copyright (C) 2008 Atsushi Togo */ /* All rights reserved. */ /* This file is part of spglib. */ /* 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 abov...