hip_filename stringlengths 5 84 | hip_content stringlengths 79 9.69M | cuda_filename stringlengths 4 83 | cuda_content stringlengths 19 9.69M |
|---|---|---|---|
fcd394853732933cc2ddcf59fa29d561f0263cb1.hip | // !!! This is a file automatically generated by hipify!!!
#include "hip/hip_runtime.h"
#include "device_launch_parameters.h"
#include <stdio.h>
#include <iso646.h>
#include <cstdio>
#include <cstdint>
#include <cstdlib>
#include "SyncedMemory.h"
#include "lab1.h"
using namespace std;
#define CHECK {\
auto e = hip... | fcd394853732933cc2ddcf59fa29d561f0263cb1.cu |
#include "cuda_runtime.h"
#include "device_launch_parameters.h"
#include <stdio.h>
#include <iso646.h>
#include <cstdio>
#include <cstdint>
#include <cstdlib>
#include "SyncedMemory.h"
#include "lab1.h"
using namespace std;
#define CHECK {\
auto e = cudaDeviceSynchronize();\
if (e != cudaSuccess) {\
printf("At ... |
d654bdeca448d1a413a7cc87ccc3b4b7f18a965d.hip | // !!! This is a file automatically generated by hipify!!!
/*
* Discrete Cosine/Sine Transform(DCT/DST and IDCT/IDST one to four-all in one)
* DCT/DST and IDCT/IDST I ---> IV
* This CUDA code can handle/work with any type of the input mxArrays,
* GPUarray or standard matlab CPU array as input {prhs[0] := mxGPUAr... | d654bdeca448d1a413a7cc87ccc3b4b7f18a965d.cu |
/*
* Discrete Cosine/Sine Transform(DCT/DST and IDCT/IDST one to four-all in one)
* DCT/DST and IDCT/IDST I ---> IV
* This CUDA code can handle/work with any type of the input mxArrays,
* GPUarray or standard matlab CPU array as input {prhs[0] := mxGPUArray or CPU Array}
* GpuArray/cpuArray output, B=Discrete_T... |
464e3d1584f0013dfda51116d9aaaf21bd91bc13.hip | // !!! This is a file automatically generated by hipify!!!
#include "lab08.cuh"
#include <iostream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <fstream>
#include <algorithm>
#include <iterator>
#include <cstdio>
#include "MPI_dummy_helper.hpp"
#include "dummy_helper.cuh"
#include <mpi.h>
#inclu... | 464e3d1584f0013dfda51116d9aaaf21bd91bc13.cu | #include "lab08.cuh"
#include <iostream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <fstream>
#include <algorithm>
#include <iterator>
#include <cstdio>
#include "MPI_dummy_helper.hpp"
#include "dummy_helper.cuh"
#include <mpi.h>
#include <cuda_runtime.h>
#include <thrust/device_vector.h>
#inc... |
21a2390523ec5438ddf21ad9d91b04ae044ec944.hip | // !!! This is a file automatically generated by hipify!!!
/*
* Copyright (c) 2018-2023, 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.o... | 21a2390523ec5438ddf21ad9d91b04ae044ec944.cu | /*
* Copyright (c) 2018-2023, 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... |
2b375ca1064061439fdc87fb32d664cc9434d26e.hip | "// !!! This is a file automatically generated by hipify!!!\n#include <stdio.h>\n#include <stdint.h>(...TRUNCATED) | 2b375ca1064061439fdc87fb32d664cc9434d26e.cu | "#include <stdio.h>\n#include <stdint.h>\n#include <stdlib.h>\n#include <cuda_runtime.h>\n#include \(...TRUNCATED) |
7585ae37db845c3d72867067b861aa6c2cf3e14f.hip | "// !!! This is a file automatically generated by hipify!!!\n#include \"hip/hip_runtime.h\"\n/* ****(...TRUNCATED) | 7585ae37db845c3d72867067b861aa6c2cf3e14f.cu | "/* ******************************************************************************\n *\n *\n * This (...TRUNCATED) |
c3188cd3f334ac6d986d1f375d9a8801292d5b80.hip | "// !!! This is a file automatically generated by hipify!!!\n#include \"hip/hip_runtime.h\"\n#includ(...TRUNCATED) | c3188cd3f334ac6d986d1f375d9a8801292d5b80.cu | "#include \"poisson2d.hpp\"\n#include \"timer.hpp\"\n#include <algorithm>\n#include <cmath>\n#includ(...TRUNCATED) |
96bb668fecc8b0a34b7650aef53cc31e3a01ee28.hip | "// !!! This is a file automatically generated by hipify!!!\n#include <stdbool.h>\n#include <stdio.h(...TRUNCATED) | 96bb668fecc8b0a34b7650aef53cc31e3a01ee28.cu | "#include <stdbool.h>\n#include <stdio.h>\n#include <string.h>\n#include <getopt.h>\n#include <curan(...TRUNCATED) |
9dc24335940e31d15412f59d6fc8dc41080fd2fa.hip | "// !!! This is a file automatically generated by hipify!!!\n#include \"hip/hip_runtime.h\"\n// Home(...TRUNCATED) | 9dc24335940e31d15412f59d6fc8dc41080fd2fa.cu | "// Homework 1\n// Color to Greyscale Conversion\n\n//A common way to represent color images is know(...TRUNCATED) |
fdde141701ec6aef7c1c0271fc242e3b55fa093c.hip | "// !!! This is a file automatically generated by hipify!!!\n#define TORCH_ASSERT_NO_OPERATORS\n#inc(...TRUNCATED) | fdde141701ec6aef7c1c0271fc242e3b55fa093c.cu | "#define TORCH_ASSERT_NO_OPERATORS\n#include <ATen/AccumulateType.h>\n#include <ATen/Dispatch.h>\n#i(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 18