Giter Club home page Giter Club logo

jf-cut's People

Contributors

15pengyi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jf-cut's Issues

终于差不多看完看懂了!还有最后一个小问题

2791591667675_ pic
(大白板的梳理下,终于看完代码了)

有个问题是论文中的这幅图,看起来block好像会倾向于向周围的正确方向的block流。但是代码中只有block内部在流,而且block之间也没看到优先级关系,看起来这样并不会让block拥有辨别大方向的能力。不知道是不是我哪里漏掉了什么呢?

image

大佬,这一行看不懂,求指导一下……😞

这一行看不懂……

const int position = histogramData[value] + listData[gid1D].w;

下边4行我的理解分别是

// 就是清掉吧应该……
clearTexture(devBFSHistogram, distSize, sizeof(cl_int), &scanBFSEvents[0]);

// 主要是depthData[gid1D] = value;    listData[gid1D].w = atomic_inc(histogramData + value);
enqueue3DKernel(kerBFSHistogram, groupSize, &scanBFSEvents[1]);

// 这一行不太清楚,我跳过了……
clScan->enqueue(clQueue, devBFSHistogram, distSize, NULL, NULL, &scanBFSEvents[2]);

// 这一行完全不懂在做什么了…… 由其这个kernel里边的这两行,实在理解不了 😿
// const int position = histogramData[value] + listData[gid1D].w;
// listData[position].xy = gid;
enqueue3DKernel(kerBFSMapping, groupSize, &scanBFSEvents[3]);

.raw.dat files missing from benchmark code

Raw data missing mentioned in the benchmark code
Example.cu

std::string original = "original/";
std::string scaled = "scaled/";
std::string scaled2 = "scaled-2/";
std::string flower = "flower/normalized_flower.raw.dat";
std::string person = "person/normalized_person.raw.dat";
std::string sponge = "sponge/normalized_sponge.raw.dat";
std::string path = "F:/88Datasets/Image Data/";

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.