Jump to content

Search the Community

Showing results for tags 'kernel'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 6 results

  1. Hello Houdini Wizards! I'm currently facing an issue with openCL. I'm working on a tool using openCL, being pretty happy with it, I was testing it after a vellum simulation, everything was working well, no errors at all. I shut down my computer for the night, and when I come back this morning I get this error. The issue appears even doing a simple deformation as you can see on the image Here is few things that I checked before writing this thread: - The preferences of the openCL seems correct, changing it to CPU doesn't fix the issue. - my houdini.env file is set with the following argument: HOUDINI_OCL_DEVICETYPE=GPU HOUDINI_OCL_VENDOR=NVIDIA Corporation - My graphic drivers are up to date (running with NVIDIA GeForce RTX2060). - I tried to revert to houdini 19 to see if it would fix it but I still get the error. Here is the issue from the console: OpenCL Exception: clEnqueueNDRangeKernel (-52)OpenCL Context error: CL_INVALID_KERNEL_ARGS error executing CL_COMMAND_NDRANGE_KERNEL on NVIDIA GeForce RTX 2060 (Device 0). Did anyone faced that issue working with openCL previously or found a solution? Cheers!
  2. Any Linux Mint users? I would like to ask you opinion about whick kernel to use in general or if you have any specific recommendations about Houdini, NVIDIA etc. I am on 5.4 and thinking switching 5.8. I am having various instabilities suddenly and stupid stuff like cant copy+paste on the explorer. Thank you.
  3. Hello, I am trying to do some edge detection using a kernel. I need to do this using standard SOPs/VOPs. http://setosa.io/ev/image-kernels/ I saw a tutorial from Entagma (https://vimeo.com/169437381) that basically does the operation by hand splitting out the vectors and multiplying them but it's quite tedious and you dont really know what vectors you're multiplying (QUESTION: is there an order in which pcfind returns the array of points eg. clockwise closest to furthest ?) Is there a better way (using actual matrices / knowing exactly which points) ? thanks!
  4. Hey, guys, i'm still new to houdini, so if my question is not suitable here, please just ignore that, and accept my apologies. Thanks. I am using maya for about 1 year. And 2 month ago, i want to check if houdini is my tool. So i downloaded and installed it, and then learn it from PQ channel(vimeo), official videos, and some tutorials i bought from cmivfx. They are all nice tutorials. I have learned how to wire nodes, how to build a house in sop, how to fire particles in pop etc. But, sometimes i'm so confused about how i can do things better, how i can use houdini to do stuff that others(like maya/c4d etc) cann't do. And that's why i know i should learn the houdini base stuff, like: What's inside POP? What's inside DOP? What's inside CHOP? What's inside SHOP? What's inside VOP? I have found a very good comment in . old school(jeff, right?) told us wha't inside sop, how things worked in sop node, that's what i want to know about. so anyone can continue on? like jeff's stuff in .Please show us what's inside the POPs, DOPs, CHOPs, SHOPs, VOPs... I am really appreciate! (ps: Thanks od, i have learned a lot stuff in here.)
  5. This operator allows you to run an OpenCL kernel as part of your SOP network. Depending on the GPU, some operators can be orders of magnitude faster than even VEX. In this case the OpenCL code is 144 times faster than VEX on GTX 970.
  6. Hello, I was wondering if it's possible to create velocity vectors from an animated sequence (texture). Ideally something similar to Optical Flow. I can extract movement from geometry (eg. use trail to generate v vector of animated VOP) and I can do basic image analysis (eg. convolution kernel operations on coloured points using VOP) so I feel it could be kind of possible to do it but can't get my head around it. In terms of results I'd like to create a particle system that reacts to an animated texture (eg. overlay particles on a animated texture and have them follow the movements in the video) thanks!
×
×
  • Create New...