Giter VIP home page Giter VIP logo

Comments (8)

ar4 avatar ar4 commented on July 26, 2024

from deepwave.

guoketing avatar guoketing commented on July 26, 2024

Dear Alan,

I'm sorry to reply you late. I haven't finished all the code yet, When I code the forward function of elastic case. I'll try to test it and share the code to you. It will cost a few days.

Keting

from deepwave.

ar4 avatar ar4 commented on July 26, 2024

from deepwave.

guoketing avatar guoketing commented on July 26, 2024

Dear Alan,

I have code the forward function of elastic case using cpu, but only the 2d case is achieved. I haven't test it, because I am not familiar with cuda code. I don't know how to increase a for loop in the cu file. I find you achieve it using
" const ptrdiff_t shot = blockIdx.z * blockDim.z + threadIdx.z;
const ptrdiff_t z = blockIdx.y * blockDim.y + threadIdx.y + ZPAD;
const ptrdiff_t y = blockIdx.x * blockDim.x + threadIdx.x + YPAD;
"
I can't understand it, I wonder whether it can work if I copy the above code again to achieve the same function. If it doesn't work, how do I solve it?
The relative codes I will send to you by email. The pml condition I use in elastic case is CFS-PML. The relative codes I will send to you by email, thank you!!!

Keting

from deepwave.

guoketing avatar guoketing commented on July 26, 2024

from deepwave.

ar4 avatar ar4 commented on July 26, 2024

from deepwave.

guoketing avatar guoketing commented on July 26, 2024

Dear Alan.

I’m sorry the codes ware not sent to you yesterday, I put the codes in the email file, it seem that you didn't accept them. I try to upload the file to the deepwave. But the uploads are disabled,
image
The codes have been sent to you by email. If you don't accept them, I'll send to you again.

Keting

from deepwave.

ar4 avatar ar4 commented on July 26, 2024

from deepwave.

Related Issues (20)

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.