source
stringlengths
3
92
c
stringlengths
26
2.25M
pdlange.c
/** * * @file * * PLASMA is a software package provided by: * University of Tennessee, US, * University of Manchester, UK. * * @generated from /home/luszczek/workspace/plasma/bitbucket/plasma/compute/pzlange.c, normal z -> d, Fri Sep 28 17:38:12 2018 * **/ #include "plasma_async.h" #include "plasma_contex...
atomic-23.c
/* PR middle-end/88968 */ /* { dg-do compile } */ struct __attribute__((packed)) S { unsigned int a : 16; unsigned int b : 1; } s; void f1 (void) { #pragma omp atomic ++s.a; } int f2 (void) { int r; #pragma omp atomic capture { r = s.a; s.a = 0; } return r; } int f3 (void) { int r; #pragma o...
rnn_helpers.h
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifdef _WIN32 #pragma warning(disable : 4267) #endif #include <algorithm> #include <functional> #include <future> #include <string> #include <vector> #include "gsl/span" #include "gsl/gsl_algorithm" #includ...
updater_basemaker-inl.h
/*! * Copyright 2014 by Contributors * \file updater_basemaker-inl.h * \brief implement a common tree constructor * \author Tianqi Chen */ #ifndef TSOOBGX_TREE_UPDATER_BASEMAKER_INL_H_ #define TSOOBGX_TREE_UPDATER_BASEMAKER_INL_H_ #include <rabit/rabit.h> #include <tsoobgx/base.h> #include <tsoobgx/tree_updater....
cc.c
/* Copyright 2014. The Regents of the University of California. * All rights reserved. Use of this source code is governed by * a BSD-style license which can be found in the LICENSE file. * * Authors: * 2012-2014 Martin Uecker <uecker@eecs.berkeley.edu> * 2013 Dara Bahri <dbahri123@gmail.com> * * * Huang F, V...
fntext_bi.c
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <math.h> #include <time.h> #include <string.h> #include <assert.h> #include <omp.h> #define EM_RANGE (0.01) typedef float floatx; struct model_t { floatx *em, *w, *b; floatx *em_bi, *w_bi; int64_t em_dim, vocab_num, category_num; }; str...
GB_unop__log10_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...
serial_unit.c
#include <stdio.h> #include <errno.h> // for errno #include <math.h> #include <limits.h> // for INT_MAX #include <stdlib.h> // for strtol #include <time.h> #include <omp.h> long max_number_of_char = 10; long number_of_types_char = 10; long number_of_results = 5; long number_of_queues = 2; typedef struct Client { ...
ordered-3.c
#include <stdlib.h> int cnt; void check (int x) { if (cnt++ != x) abort (); } int main (void) { int j; cnt = 0; #pragma omp parallel for ordered schedule (static, 1) num_threads (4) if (0) for (j = 0; j < 1000; j++) { #pragma omp ordered check (j); } cnt = 0; #pragma omp parallel for or...
GB_binop__first_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-...
pooling_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 ...
GB_unaryop__minv_fp64_int64.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http...
FLA_queue_omp.c
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ /* Here is the usage for FLAME workqueuing: ...
count_func.c
/******************************************************************************* * 2pt_box/count_func.c: this file is part of the FCFC program. * FCFC: Fast Correlation Function Calculator. * Github repository: https://github.com/cheng-zhao/FCFC * Copyright (c) 2020 -- 2021 Cheng Zhao <zhaocheng03@gmail.com>...
slope.c
/* A simple 2D hydro code (C) Romain Teyssier : CEA/IRFU -- original F90 code (C) Pierre-Francois Lavallee : IDRIS -- original F90 code (C) Guillaume Colin de Verdiere : CEA/DAM -- for the C version */ /* This software is governed by the CeCILL license under French law and abiding by the rules o...
encfs_fmt_plug.c
/* EncFS cracker patch for JtR. Hacked together during July of 2012 * by Dhiru Kholia <dhiru at openwall.com> * * This software is Copyright (c) 2011, Dhiru Kholia <dhiru.kholia at gmail.com>, * and it is hereby released to the general public under the following terms: * Redistribution and use in source and binary...
GB_unop__exp2_fc64_fc64.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...
pixel.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
revcomp.c
// The Computer Language Benchmarks Game // http://benchmarksgame.alioth.debian.org/ // // Contributed by Jeremy Zerfas // This string/character array is used to convert characters into the // complementing character. #define COMPLEMENT_LOOKUP \ " "\ /...
linear-1.c
int a[256]; __attribute__((noinline, noclone)) int f1 (int i) { #pragma omp parallel for linear (i: 4) for (int j = 16; j < 64; j++) { a[i] = j; i += 4; } return i; } __attribute__((noinline, noclone)) short int f2 (short int i, char k) { #pragma omp parallel for linear (i: k + 1) for (l...
doacross-3.c
extern void abort (void); #define N 256 int a[N], b[N / 16][8][4], c[N / 32][8][8], g[N / 16][8][6]; volatile int d, e; volatile unsigned long long f; int main () { unsigned long long i; int j, k, l, m; #pragma omp parallel private (l) { #pragma omp for schedule(guided, 3) ordered (1) nowait for (i = ...
functions.c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include "functions.h" //compute a*b mod p safely unsigned int modprod(unsigned int a, unsigned int b, unsigned int p) { unsigned int za = a; unsigned int ab = 0; while (b > 0) { if (b%2 == 1) ab = (ab + za) % p; za = (2 * za...
gemm.c
#include "gemm.h" #include "utils.h" #include "opencl.h" #include <stdlib.h> #include <stdio.h> #include <math.h> void gemm_bin(int M, int N, int K, float ALPHA, char *A, int lda, float *B, int ldb, float *C, int ldc) { int i,j,k; for(i = 0; i < M; ++i){ for(k = 0; k < K; ++k...
pr35130.c
/* PR middle-end/35130 */ extern void abort (void); void f1 (void) { int a[4], k; void nested (int x) { a[x] = 42; } for (k = 0; k < 4; k++) a[k] = 0; #pragma omp parallel for for (k = 0; k < 4; k++) nested (k); if (a[0] != 42 || a[1] != 42 || a[2] != 42 || a[3] != 42) abort (); } voi...
module_bl_mynn_mym_turbulence_impl.h
#ifndef __MODULE_BL_MYNN_MYM_TURBULENCE_IMPL_H__ #define __MODULE_BL_MYNN_MYM_TURBULENCE_IMPL_H__ // File version granularity. #ifndef MODULE_BL_MYNN_MYM_TURBULENCE_IMPL_VERSION_MAJOR #define MODULE_BL_MYNN_MYM_TURBULENCE_IMPL_VERSION_MAJOR 1 #endif #ifndef MODULE_BL_MYNN_MYM_TURBULENCE_IMPL_VERSION_MINOR ...
block_matrix.h
#ifndef _BLOCK_MATRIX_H #define _BLOCK_MATRIX_H #include <Eigen/Dense> #include <Eigen/Sparse> namespace BlockMatrix { // Types template<class Type, int RowsSize, int ColsSize> class Matrix : public Eigen::Matrix<Type, RowsSize, ColsSize> { protected: Eigen::VectorXi rows_size_; Eigen::VectorXi cols_size_...
parallel.c
#include <omp.h> #include <civlc.h> #define THREAD_MAX 4 int main () { int x; #pragma omp parallel shared(x) { x = 0; } }
NETNTLM_bs_fmt_plug.c
/* * NETNTLM_fmt.c -- NTLM Challenge/Response * * Written by JoMo-Kun <jmk at foofus.net> in 2007 * and placed in the public domain. * * Modified for performance, support for Extended Session Security, OMP * and UTF-8, by magnum 2010-2011. * Modified for using Bitsliced DES by Deepika Dutta Mishra * <dipikadu...
ex02.c
/* Copyright (c) 2019 CSC Training */ // Copyright (c) 2021 ENCCS #include <stdio.h> #include <math.h> #define NX 102400 int main(void) { double vecA[NX],vecB[NX],vecC[NX]; double r=0.2; /* Initialization of vectors */ for (int i = 0; i < NX; i++) { vecA[i] = pow(r, i); vecB[i] = 1.0; } /* dot prod...
main.c
#include <omp.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include "eval.h" typedef struct { int score; int id; } eval_score_t; int compare_score(const void *a, const void *b) { return ((eval_score_t*)b)->score - ((eval_score_t*)a)->score; } #define PNUM 32 #define TNUM 4 ...
DRB109-orderedmissing-orig-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...
statistic.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
convolution_sgemm_int8.h
// BUG1989 is pleased to support the open source community by supporting ncnn available. // // Copyright (C) 2019 BUG1989. 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 of the License at ...
pcpaes_ecbdecrypt.c
/******************************************************************************* * Copyright 2013-2018 Intel Corporation * All Rights Reserved. * * If this software was obtained under the Intel Simplified Software License, * the following terms apply: * * The source code, information and material ("Material") co...
GB_unaryop__ainv_bool_int32.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
csr_matop.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) **************************************...
StmtOpenMP.h
//===- StmtOpenMP.h - Classes for OpenMP directives ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
counters2omp.c
#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <errno.h> #include <sys/types.h> #include <memory.h> #include <malloc.h> #include <papi.h> #include <omp.h> #define SIZE 1000 int main(int argc, char **argv) { float matrixa[SIZE][SIZE], matrixb[SIZE][SIZE], mresult[SIZE][SIZE]; int i,j,k; in...
sorrb.c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <omp.h> double compute_error(double solution[][M + 2], double u[][M + 2], const int m); int sor(double uold[][M + 2], double solution[][M + 2], const double omega, const double tol, const int m); void printmat(double uold[][M + 2]) { int i, j; ...
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...
snobalp.h
/* ** NAME ** snobal.h ** ** DESCRIPTION ** Include file for the snobal library. */ #ifndef _SNOBAL_H_ #define _SNOBAL_H_ /* * default for snowcover's maximum liquid h2o content as volume * ratio: V_water/(V_snow - V_ice) */ #define DEFAULT_MAX_H2O_VOL 0.01 /* * default for maximum active (su...
timer.h
#ifndef __TIMER_H__ #define __TIMER_H__ #include <h2opus/core/h2opus_defs.h> #include <chrono> template <int hw> class Timer; template <> class Timer<H2OPUS_HWTYPE_CPU> { private: std::chrono::duration<float> elapsed_time; std::chrono::time_point<std::chrono::system_clock> start_time, stop_time; public...
ASTMatchers.h
//===- ASTMatchers.h - Structural query framework ---------------*- 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 // //===---------------------------...
GB_binop__second_int8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
normalize_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...
GB_unop__ainv_bool_bool.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...
dgemm.c
/* * dgemm.c: Example of matrix multiplication in OpenMP. * * (C) 2015 Mikhail Kurnosov <mkurnosov@gmail.com> */ #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <inttypes.h> #include <math.h> #include <sys/time.h> /* A[n, m] * B[m, q] = C[n, q] */ enum { N = 2000, M = 2000, Q = 2...
matrix.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
zlantr.c
/** * * @file * * PLASMA is a software package provided by: * University of Tennessee, US, * University of Manchester, UK. * * @precisions normal z -> s d c * **/ #include "plasma.h" #include "plasma_async.h" #include "plasma_context.h" #include "plasma_descriptor.h" #include "plasma_internal.h" #include ...
spatial_index.h
/* * Copyright (c) 2018 * Markus Goetz * * This software may be modified and distributed under the terms of MIT-style license. * * Description: Indexes the features space to allow fast neighborhood queries * * Maintainer: m.goetz * * Email: markus.goetz@kit.edu */ #ifndef SPATIAL_INDEX_H #define SPATIAL_INDEX_H #incl...
image-view.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % IIIII M M AAA GGGG EEEEE ...
parallel.h
//================================================================================== // BSD 2-Clause License // // Copyright (c) 2014-2022, NJIT, Duality Technologies Inc. and other contributors // // All rights reserved. // // Author TPOC: contact@openfhe.org // // Redistribution and use in source and binary forms, wi...
GB_binop__isle_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...
IntegratorHPMCMonoImplicit.h
// Copyright (c) 2009-2017 The Regents of the University of Michigan // This file is part of the HOOMD-blue project, released under the BSD 3-Clause License. #ifndef __HPMC_MONO_IMPLICIT__H__ #define __HPMC_MONO_IMPLICIT__H__ #include "IntegratorHPMCMono.h" #include "hoomd/Autotuner.h" #include <random> #include <cf...
GB_binop__lt_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-...
hello2.c
#include <omp.h> main () { int nthreads, tid; /* Fork a team of threads with each thread having a private tid variable */ #pragma omp parallel private(tid) { /* Obtain and print thread id */ tid = omp_get_thread_num(); printf("Hello World from thread = %d\n", tid); /* Only master thread does this */ i...
test.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...
doall2-orig-no.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_unaryop__minv_int64_uint64.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
sse-blk-dag1.h
#include <util/omp_wrapper.h> void wilson_dslash_blk_dag1(IFloat *chi_p_f, IFloat *u_p_f, IFloat *psi_p_f, int cb, Wilson *wilson_p) { int tt; int cbn; Float *chi_p = (Float *) chi_p_f; Float *u_p = (Float *) u_p_f; Float *psi_p = (Float *) psi_p_f; #if defined(_OPENMP) ...
ep.c
/*-------------------------------------------------------------------- NAS Parallel Benchmarks 3.0 structured OpenMP C versions - EP This benchmark is an OpenMP C version of the NPB EP code. The OpenMP C 2.3 versions are derived by RWCP from the serial Fortran versions in "NPB 2.3-serial" developed by N...
draw.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
3d25pt_var.c
/* * Order-1, 3D 25 point stencil with axis-symmetric ariable 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) >...
GB_unop__log10_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...
stream.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...
BiezerSurface.c
#include <omp.h> #include <stdio.h> #include <math.h> #define XMIN 0. #define XMAX 3. #define YMIN 0. #define YMAX 3. #define TOPZ00 0. #define TOPZ10 1. #define TOPZ20 0. #define TOPZ30 0. #define TOPZ01 1. #define TOPZ11 6. #define TOPZ21 1. #define TOPZ31 0. #define TOPZ02 0. #define TOPZ12 1. #def...
GB_binop__islt_fp32.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http:...
ast-dump-openmp-cancel.c
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fopenmp -ast-dump %s | FileCheck --match-full-lines -implicit-check-not=openmp_structured_block %s void test() { #pragma omp parallel { #pragma omp cancel parallel } } // CHECK: TranslationUnitDecl {{.*}} <<invalid sloc>> <invalid sloc> // CHECK: `-FunctionDecl {...
a.37.2.c
/* { dg-do compile } */ extern int omp_get_thread_num (void); void work (int i); void correct () { int i; #pragma omp parallel private(i) { i = omp_get_thread_num (); work (i); } }
GB_subassign_01.c
//------------------------------------------------------------------------------ // GB_subassign_01: C(I,J) = scalar ; using S //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-License-Identifier: Apa...
lu.c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <omp.h> #include <time.h> int size; double **l; double **u; double **mat; double **matcpy; clock_t begin, end; FILE *fp; void printMatrix(double **m) { printf("\n \n"); int i =0, j=0; for (i=0;i<size;i++) { for(j=0;j<size;j++) { ...
GB_unop__log_fc64_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...
GB_binop__bxnor_uint32.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
libvoodoo.c
#include <stdlib.h> #include <stdio.h> #include <inttypes.h> #include <omp.h> #include <math.h> __attribute__((target(mic))) void voodoo(double* a, double* b, double* c, int nelem, int offload) { /* #pragma offload_transfer \ target(mic:0) \ noco...
GB_binop__max_int32.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http:...
convolution_pack4to1_bf16s.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 ...
trilinos_residualbased_incrementalupdate_variable_property_static_scheme.h
// KRATOS _____ _ _ _ // |_ _| __(_) (_)_ __ ___ ___ // | || '__| | | | '_ \ / _ \/ __| // | || | | | | | | | | (_) \__ // |_||_| |_|_|_|_| |_|\___/|___/ APPLICATION // // License: BSD License // Kratos default license...
cache.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
GB_binop__ne_fc64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
parallelFor.c
#include <omp.h> #define N 1000 #define CHUNKSIZE 100 main () { int i, chunk; float a[N], b[N], c[N]; /* Some initializations */ for (i=0; i < N; i++) a[i] = b[i] = i * 1.0; chunk = CHUNKSIZE; #pragma omp parallel for \ shared(a,b,c,chunk) private(i) \ schedule(static,chunk) for (i=0; i < N; i++)...
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 NA...
1.serial.c
#include <stdlib.h> #include <stdio.h> #include "omp.h" #define N 25 /* Q1: Is the code printing what you expect? Is it executing */ /* in parallel? */ struct node { int data; int fibdata; int threadnum; struct node* next; }; int fib(int n) { ...
assignment_1.c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <time.h> #include <string.h> #include "omp.h" /* Function used to extract the number of seconds spent */ time_t extract_time_secs(struct timespec start, struct timespec stop){ if(stop.tv_sec - start.tv_sec > 0 && stop.tv_nsec - start.tv_nsec < 0)...
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 ...
DRB096-doall2-taskloop-collapse-orig-no.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...
omp.c
/*********************************************************** * Edgar A. Leon * Lawrence Livermore National Laboratory ***********************************************************/ #include <stdio.h> #include <string.h> #include <omp.h> #include "affinity.h" int main(int argc, char *argv[]) { char buf[LONG_STR_S...
GB_binop__isgt_fp32.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX...
kernel_coulomb_potential.c
/*! @copyright (c) 2017 King Abdullah University of Science and * Technology (KAUST). All rights reserved. * * STARS-H is a software package, provided by King Abdullah * University of Science and Technology (KAUST) * * @generate NDIM -> n 1 2 3 4 * Generate different functions fo...
mergeSortSeq.c
//#include <omp.h> double time, timeBefore, timeAfter, timeAuxBefore, timeAuxAfter; // left half is A[iBegin :iMiddle-1] // right half is A[iMiddle:iEnd-1 ] void TopDownMerge(int* A, int iBegin, int iMiddle, int iEnd, int* B) { int i0 = iBegin, i1 = iMiddle; // While there are elements in the left or right runs...
DRB057-jacobiinitialize-orig-no.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...
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...
variational.c
/* Generated by Cython 0.25.1 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [], "extra_compile_args": [ "-O3", "-ffast-math", "-fopenmp" ], "extra_link_args": [ "-fopenmp" ] }, "module_name": "bmtools.ex...
pr66199-9.c
/* PR middle-end/66199 */ /* { dg-do run } */ #pragma omp declare target int u[1024], v[1024], w[1024]; #pragma omp end declare target __attribute__((noinline, noclone)) long f2 (long a, long b, long c) { long d, e; #pragma omp target map(from: d, e) #pragma omp teams default(none) firstprivate (a, b, c) shared...
GB_binop__band_int8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
GB_unaryop__ainv_int64_fp64.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http...
SwathFileConsumer.h
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
GB_subassign_12.c
//------------------------------------------------------------------------------ // GB_subassign_12: C(I,J)<M,repl> += A ; using S //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http://suitesparse.com ...
GB_unaryop__minv_fp64_int8.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
ellipticBuildContinuous.c
/* The MIT License (MIT) Copyright (c) 2017 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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...
host.h
#ifndef CUSAMPEN_HOST_H #define CUSAMPEN_HOST_H #include <nvrtc.h> #include <cuda.h> #include <stdio.h> //for printf #include <string> #include <immintrin.h> #include <cusampen/cuda/cuda.h> namespace cusampen{ const std::string get_kernel_source(int m, float eps, int length, int apen){ // count self match if (a...