|
Re: Multithreading error
Yup. Took some rearchitecting, but it works with 12 threads.
Thanks,
Mark
Yup. Took some rearchitecting, but it works with 12 threads.
Thanks,
Mark
|
By
Mark Bolstad
·
#4765
·
|
|
Re: Multithreading error
Are you saying you've fully figured it out?
--
Larry Gritz
lg@...
Are you saying you've fully figured it out?
--
Larry Gritz
lg@...
|
By
Larry Gritz
·
#4764
·
|
|
Re: Multithreading error
And that smell would be weird. I have two/N distinct contexts, but the way I was using them I would use an SC from one thread in a different one leading to the corruption.
Thanks,
Mark
And that smell would be weird. I have two/N distinct contexts, but the way I was using them I would use an SC from one thread in a different one leading to the corruption.
Thanks,
Mark
|
By
Mark Bolstad
·
#4763
·
|
|
Re: Multithreading error
It sure smells like you have two threads simultaneously messing with the same closure pool, which should never happen.
Are you EXTRA SURE that the threads are each using their own distinct
It sure smells like you have two threads simultaneously messing with the same closure pool, which should never happen.
Are you EXTRA SURE that the threads are each using their own distinct
|
By
Larry Gritz
·
#4762
·
|
|
Re: Multithreading error
* frame #0: 0x00007fff7270733a libsystem_kernel.dylib`__pthread_kill + 10
frame #1: 0x00007fff727c3e60 libsystem_pthread.dylib`pthread_kill + 430
frame #2: 0x00007fff7268e808
* frame #0: 0x00007fff7270733a libsystem_kernel.dylib`__pthread_kill + 10
frame #1: 0x00007fff727c3e60 libsystem_pthread.dylib`pthread_kill + 430
frame #2: 0x00007fff7268e808
|
By
Mark Bolstad
·
#4761
·
|
|
Re: Multithreading error
With a debug build, can you get a stack trace at the point that the assertion is hit?
That looks like an assertion in SimplePool::alloc(). But I'm not sure what could go wrong. Maybe something that
With a debug build, can you get a stack trace at the point that the assertion is hit?
That looks like an assertion in SimplePool::alloc(). But I'm not sure what could go wrong. Maybe something that
|
By
Larry Gritz
·
#4760
·
|
|
Multithreading error
Hoping for some insight. I’ve bootstrapped OSL into a custom renderer and for the most part my simple scene is working on a single thread( the shader is three layers, marble->checkerboard (Cb)->
Hoping for some insight. I’ve bootstrapped OSL into a custom renderer and for the most part my simple scene is working on a single thread( the shader is three layers, marble->checkerboard (Cb)->
|
By
Mark Bolstad
·
#4759
·
|
|
Upcoming Events
#cal-summary
Open Shading Language discussion list Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, September 30, 2021, 2:00pm to 3:00pm
(GMT-07:00) America/Los
Open Shading Language discussion list Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, September 30, 2021, 2:00pm to 3:00pm
(GMT-07:00) America/Los
|
By
osl-dev@lists.aswf.io Calendar <osl-dev@...>
·
#4758
·
|
|
Now: OSL TSC meeting ( every other week ) - 09/16/2021
#cal-notice
OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
osl-dev@lists.aswf.io Calendar <noreply@...>
·
#4757
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/16/2021
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
osl-dev@lists.aswf.io Calendar <noreply@...>
·
#4756
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/16/2021
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
osl-dev@lists.aswf.io Calendar <noreply@...>
·
#4755
·
|
|
Re: getattribute() call on GPU
Thanks Larry!
By
Nicolas Guiard
·
#4754
·
|
|
Re: getattribute() call on GPU
And I've merged this PR into master now, so hopefully this will be fixed.
-- lg
--
Larry Gritz
lg@...
And I've merged this PR into master now, so hopefully this will be fixed.
-- lg
--
Larry Gritz
lg@...
|
By
Larry Gritz
·
#4753
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/16/2021
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
osl-dev@lists.aswf.io Calendar <noreply@...>
·
#4752
·
|
|
Re: getattribute() call on GPU
Hi,
I've been able to make it work by changing the prototype of the osl_get_attribute callback and passing the TypeDesc casted into a long long instead of passing its address.
This is exactly what is
Hi,
I've been able to make it work by changing the prototype of the osl_get_attribute callback and passing the TypeDesc casted into a long long instead of passing its address.
This is exactly what is
|
By
Nicolas Guiard
·
#4751
·
|
|
Upcoming Events
#cal-summary
Open Shading Language discussion list Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, September 16, 2021, 2:00pm to 3:00pm
(GMT-07:00) America/Los
Open Shading Language discussion list Upcoming Events OSL TSC meeting ( every other week )
When:
Thursday, September 16, 2021, 2:00pm to 3:00pm
(GMT-07:00) America/Los
|
By
osl-dev@lists.aswf.io Calendar <osl-dev@...>
·
#4750
·
|
|
Event: OSL TSC meeting ( every other week ) - 09/16/2021
#cal-reminder
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
Reminder: OSL TSC meeting ( every other week )
When:
09/16/2021
2:00pm to 3:00pm
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/j/100511909
Organizer: Chris Kulla ckulla@...
View
|
By
osl-dev@lists.aswf.io Calendar <noreply@...>
·
#4749
·
|
|
Re: Problem to compile OSL (v1.11.14.2) on ubuntu
I found a solution by using the ASWF CI build image for OSL.
Refer here for details.
I found a solution by using the ASWF CI build image for OSL.
Refer here for details.
|
By
Patrick Hodoul <patrick.hodoul@...>
·
#4748
·
Edited
|
|
OSL shader language question
Hi,
OCIOv2 now generates an OSL shader program. But I face some irritating syntax changes to accommodate OSL when generating the shader code. To simplify the generation of the code, I would like to
Hi,
OCIOv2 now generates an OSL shader program. But I face some irritating syntax changes to accommodate OSL when generating the shader code. To simplify the generation of the code, I would like to
|
By
Patrick Hodoul <patrick.hodoul@...>
·
#4747
·
|
|
Problem to compile OSL (v1.11.14.2) on ubuntu
Hi,
For the OCIOv2 project, I developed a unit test framework to compile and excecute an OSL shader code.
And, I now need to run the OSL unit tests on a Linux platform (I did all my tests on macOS
Hi,
For the OCIOv2 project, I developed a unit test framework to compile and excecute an OSL shader code.
And, I now need to run the OSL unit tests on a Linux platform (I did all my tests on macOS
|
By
Patrick Hodoul <patrick.hodoul@...>
·
#4746
·
|